Html Css Color HEX #249CAB Pelorous

📋 copy color: '#249CAB'

red 36 ◦ green 156 ◦ blue 171

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

Shades of Pelorous #249CAB

Tints of Pelorous #249CAB

RGB

 RED value IS 36 (14.45% from 255) = 9.92%

 GREEN value IS 156 (61.33% from 255) = 42.98%

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 9.92%
G = 42.98%
B = 47.11%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#249CAB (or 0x249CAB) is known color: Pelorous. HEX triplet: 24, 9C and AB. RGB value is (36,156,171). Sum of RGB (Red+Green+Blue) = 36+156+171=363 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.92% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #249CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249CAB is #DB6354. Grayscale: #797979. Windows color (decimal): -14377813 or 11246628. OLE color: 11246628.

HSL color Cylindrical-coordinate representation of color #249CAB: hue angle of 186.67º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #249CAB is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 156 171 -
CMYK 0.79 0.09 0 0.33
HSL 186.67º 0.65% 0.41% -
HSV(B) 186.67º 0.79% 0.67% -
XYZ 19.97 27.09 42.71 -
YUV 121.83 155.74 66.78 -
System Red Green Blue C M Y K H S L
Decimal 36 156 171 0.79 0.09 0 0.33 186.67 0.65 0.41
Hex 24 9C AB 4F 9 0 21 BB 41 29
Octal 44 234 253 117 11 0 41 273 101 51
Binary 100100 10011100 10101011 1001111 1001 0 100001 10111011 1000001 101001

Color Harmonies of #249CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249CAB

Black with #249CAB

Text Example


Text Example

White with #249CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249CAB; }

 p { color: rgb(36,156,171); }

 H1.HeaderClassName
 {
   color: #249CAB;
 }
 .AnyTagClassName
 {
   color: #249CAB;
 }
</style>

background-color css

<style>
 a { background-color: #249CAB; }

 a { background-color: rgb(36,156,171); }

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

border-color css

<style>
 span { border-color: #249CAB; }

 span { border-color: rgb(36,156,171); }

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