#24A4B2

Color #24A4B2 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #24A4B2

Tints of Pelorous #24A4B2

Color information

#24A4B2 (or 0x24A4B2) is unknown color: approx Pelorous. HEX triplet: 24, A4 and B2. RGB value is (36,164,178). Sum of RGB (Red+Green+Blue) = 36+164+178=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 178 - color contains mainly: blue. Hex color #24A4B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A4B2 is #DB5B4D. Grayscale: #7F7F7F. Windows color (decimal): -14375758 or 11707428. OLE color: 11707428.

HSL color Cylindrical-coordinate representation of color #24A4B2: hue angle of 185.92º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24A4B2 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB36164178-
CMYK0.800.0800.30
HSL185.92º66.36%41.96%-
HSV(B)185.92º79.78%69.8%-
XYZ22.0430.1446.78-
YUV127.32156.5962.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.52%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 178 (69.92% from 255) = 47.09%
R=9.52%
G=43.39%
B=47.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal361641780.800.0800.30185.9266.3641.96
Hex24A4B250801Eba422a
Octal442442621201003627210252
Binary100100101001001011001010100001000011110101110101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24A4B2; }

 p { color: rgb(36,164,178); }

 H1.HeaderClassName
 {
   color: #24A4B2;
 }
 .AnyTagClassName
 {
   color: #24A4B2;
 }
</style>
background-color css

<style>
 a { background-color: #24A4B2; }

 a { background-color: rgb(36,164,178); }

 div.DivClassName
 {
   background-color: #24A4B2;
 }
 .BgClassName
 {
   background-color: #24A4B2;
 }
</style>
border-color css

<style>
 span { border-color: #24A4B2; }

 span { border-color: rgb(36,164,178); }

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