#24A0A7

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

Shades of Pelorous #24A0A7

Tints of Pelorous #24A0A7

Color information

#24A0A7 (or 0x24A0A7) is unknown color: approx Pelorous. HEX triplet: 24, A0 and A7. RGB value is (36,160,167). Sum of RGB (Red+Green+Blue) = 36+160+167=363 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.92% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #24A0A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A0A7 is #DB5F58. Grayscale: #7B7B7B. Windows color (decimal): -14376793 or 10985508. OLE color: 10985508.

HSL color Cylindrical-coordinate representation of color #24A0A7: hue angle of 183.21º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24A0A7 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB36160167-
CMYK0.780.0400.35
HSL183.21º64.53%39.8%-
HSV(B)183.21º78.44%65.49%-
XYZ20.2728.3140.95-
YUV123.72152.4265.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.92%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 167 (65.62% from 255) = 46.01%
R=9.92%
G=44.08%
B=46.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal361601670.780.0400.35183.2164.5339.8
Hex24A0A74E4023b74128
Octal44240247116404326710150
Binary100100101000001010011110011101000100011101101111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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