Html Css Color HEX #249EAB Pelorous

📋 copy color: '#249EAB'

red 36 ◦ green 158 ◦ blue 171

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

Shades of Pelorous #249EAB

Tints of Pelorous #249EAB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.29%

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

R = 9.86%
G = 43.29%
B = 46.85%

CMYK

 C value IS 0.79

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#249EAB (or 0x249EAB) is known color: Pelorous. HEX triplet: 24, 9E and AB. RGB value is (36,158,171). Sum of RGB (Red+Green+Blue) = 36+158+171=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #249EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249EAB is #DB6154. Grayscale: #7A7A7A. Windows color (decimal): -14377301 or 11247140. OLE color: 11247140.

HSL color Cylindrical-coordinate representation of color #249EAB: hue angle of 185.78º 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 #249EAB is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 158 171 -
CMYK 0.79 0.08 0 0.33
HSL 185.78º 0.65% 0.41% -
HSV(B) 185.78º 0.79% 0.67% -
XYZ 20.31 27.77 42.82 -
YUV 123 155.08 65.94 -
System Red Green Blue C M Y K H S L
Decimal 36 158 171 0.79 0.08 0 0.33 185.78 0.65 0.41
Hex 24 9E AB 4F 8 0 21 BA 41 29
Octal 44 236 253 117 10 0 41 272 101 51
Binary 100100 10011110 10101011 1001111 1000 0 100001 10111010 1000001 101001

Color Harmonies of #249EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249EAB

Black with #249EAB

Text Example


Text Example

White with #249EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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