#24A7B6

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

Shades of Pelorous #24A7B6

Tints of Pelorous #24A7B6

Color information

#24A7B6 (or 0x24A7B6) is unknown color: approx Pelorous. HEX triplet: 24, A7 and B6. RGB value is (36,167,182). Sum of RGB (Red+Green+Blue) = 36+167+182=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #24A7B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A7B6 is #DB5849. Grayscale: #818181. Windows color (decimal): -14374986 or 11970340. OLE color: 11970340.

HSL color Cylindrical-coordinate representation of color #24A7B6: hue angle of 186.16º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24A7B6 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB36167182-
CMYK0.800.0800.29
HSL186.16º66.97%42.75%-
HSV(B)186.16º80.22%71.37%-
XYZ22.9931.3949.1-
YUV129.54157.661.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.35%
GREEN value IS 167 (65.62% from 255) = 43.38%
BLUE value IS 182 (71.48% from 255) = 47.27%
R=9.35%
G=43.38%
B=47.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal361671820.800.0800.29186.1666.9742.75
Hex24A7B650801Dba432b
Octal442472661201003527210353
Binary100100101001111011011010100001000011101101110101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,167,182); }

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

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

 a { background-color: rgb(36,167,182); }

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

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

 span { border-color: rgb(36,167,182); }

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