Html Css Color HEX #249BAB Pelorous

📋 copy color: '#249BAB'

red 36 ◦ green 155 ◦ blue 171

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

Shades of Pelorous #249BAB

Tints of Pelorous #249BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.82%

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

R = 9.94%
G = 42.82%
B = 47.24%

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

#249BAB (or 0x249BAB) is known color: Pelorous. HEX triplet: 24, 9B and AB. RGB value is (36,155,171). Sum of RGB (Red+Green+Blue) = 36+155+171=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #249BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249BAB is #DB6454. Grayscale: #797979. Windows color (decimal): -14378069 or 11246372. OLE color: 11246372.

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

Color convert

RGB 36 155 171 -
CMYK 0.79 0.09 0 0.33
HSL 187.11º 0.65% 0.41% -
HSV(B) 187.11º 0.79% 0.67% -
XYZ 19.8 26.76 42.65 -
YUV 121.24 156.08 67.2 -
System Red Green Blue C M Y K H S L
Decimal 36 155 171 0.79 0.09 0 0.33 187.11 0.65 0.41
Hex 24 9B AB 4F 9 0 21 BB 41 29
Octal 44 233 253 117 11 0 41 273 101 51
Binary 100100 10011011 10101011 1001111 1001 0 100001 10111011 1000001 101001

Color Harmonies of #249BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BAB

Black with #249BAB

Text Example


Text Example

White with #249BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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