Html Css Color HEX #31ADB9 Pelorous

📋 copy color: '#31ADB9'

red 49 ◦ green 173 ◦ blue 185

#31ADB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #31ADB9

Tints of Pelorous #31ADB9

RGB

 RED value IS 49 (19.53% from 255) = 12.04%

 GREEN value IS 173 (67.97% from 255) = 42.51%

 BLUE value IS 185 (72.66% from 255) = 45.45%

R = 12.04%
G = 42.51%
B = 45.45%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#31ADB9 (or 0x31ADB9) is known color: Pelorous. HEX triplet: 31, AD and B9. RGB value is (49,173,185). Sum of RGB (Red+Green+Blue) = 49+173+185=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #31ADB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADB9 is #CE5246. Grayscale: #898989. Windows color (decimal): -13521479 or 12168497. OLE color: 12168497.

HSL color Cylindrical-coordinate representation of color #31ADB9: hue angle of 185.29º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31ADB9 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 173 185 -
CMYK 0.74 0.06 0 0.27
HSL 185.29º 0.58% 0.46% -
HSV(B) 185.29º 0.74% 0.73% -
XYZ 24.97 34.04 51.15 -
YUV 137.29 154.92 65.02 -
System Red Green Blue C M Y K H S L
Decimal 49 173 185 0.74 0.06 0 0.27 185.29 0.58 0.46
Hex 31 AD B9 4A 6 0 1B B9 3A 2E
Octal 61 255 271 112 6 0 33 271 72 56
Binary 110001 10101101 10111001 1001010 110 0 11011 10111001 111010 101110

Color Harmonies of #31ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ADB9

Black with #31ADB9

Text Example


Text Example

White with #31ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31ADB9; }

 p { color: rgb(49,173,185); }

 H1.HeaderClassName
 {
   color: #31ADB9;
 }
 .AnyTagClassName
 {
   color: #31ADB9;
 }
</style>

background-color css

<style>
 a { background-color: #31ADB9; }

 a { background-color: rgb(49,173,185); }

 div.DivClassName
 {
   background-color: #31ADB9;
 }
 .BgClassName
 {
   background-color: #31ADB9;
 }
</style>

border-color css

<style>
 span { border-color: #31ADB9; }

 span { border-color: rgb(49,173,185); }

 td.TdClassName
 {
   border-color: #31ADB9;
 }
 .TagClassName
 {
   border-color: #31ADB9;
 }
</style>