#24A0AF

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

Shades of Pelorous #24A0AF

Tints of Pelorous #24A0AF

Color information

#24A0AF (or 0x24A0AF) is unknown color: approx Pelorous. HEX triplet: 24, A0 and AF. RGB value is (36,160,175). Sum of RGB (Red+Green+Blue) = 36+160+175=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #24A0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A0AF is #DB5F50. Grayscale: #7C7C7C. Windows color (decimal): -14376785 or 11509796. OLE color: 11509796.

HSL color Cylindrical-coordinate representation of color #24A0AF: hue angle of 186.47º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24A0AF is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB36160175-
CMYK0.790.0900.31
HSL186.47º65.88%41.37%-
HSV(B)186.47º79.43%68.63%-
XYZ21.0428.6144.97-
YUV124.63156.4264.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.70%
GREEN value IS 160 (62.89% from 255) = 43.13%
BLUE value IS 175 (68.75% from 255) = 47.17%
R=9.70%
G=43.13%
B=47.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361601750.790.0900.31186.4765.8841.37
Hex24A0AF4F901Fba4229
Octal442402571171103727210251
Binary100100101000001010111110011111001011111101110101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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