#24807F

Color #24807F Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #24807F

Tints of Atoll #24807F

Color information

#24807F (or 0x24807F) is unknown color: approx Atoll. HEX triplet: 24, 80 and 7F. RGB value is (36,128,127). Sum of RGB (Red+Green+Blue) = 36+128+127=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #24807F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24807F is #DB7F80. Grayscale: #646464. Windows color (decimal): -14385025 or 8355876. OLE color: 8355876.

HSL color Cylindrical-coordinate representation of color #24807F: hue angle of 179.35º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24807F is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB36128127-
CMYK0.7200.010.50
HSL179.35º56.1%32.16%-
HSV(B)179.35º71.88%50.2%-
XYZ12.2817.3522.78-
YUV100.38143.0282.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.37%
GREEN value IS 128 (50.39% from 255) = 43.99%
BLUE value IS 127 (50% from 255) = 43.64%
R=12.37%
G=43.99%
B=43.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal361281270.7200.010.50179.3556.132.16
Hex24807F480132b33820
Octal4420017711001622637040
Binary10010010000000111111110010000111001010110011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24807F; }

 p { color: rgb(36,128,127); }

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

<style>
 a { background-color: #24807F; }

 a { background-color: rgb(36,128,127); }

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

<style>
 span { border-color: #24807F; }

 span { border-color: rgb(36,128,127); }

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