#24767A

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

Shades of Atoll #24767A

Tints of Atoll #24767A

Color information

#24767A (or 0x24767A) is unknown color: approx Atoll. HEX triplet: 24, 76 and 7A. RGB value is (36,118,122). Sum of RGB (Red+Green+Blue) = 36+118+122=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #24767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24767A is #DB8985. Grayscale: #5D5D5D. Windows color (decimal): -14387590 or 8025636. OLE color: 8025636.

HSL color Cylindrical-coordinate representation of color #24767A: hue angle of 182.79º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24767A is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB36118122-
CMYK0.700.0300.52
HSL182.79º54.43%30.98%-
HSV(B)182.79º70.49%47.84%-
XYZ10.7214.7420.69-
YUV93.94143.8386.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.04%
GREEN value IS 118 (46.48% from 255) = 42.75%
BLUE value IS 122 (48.05% from 255) = 44.20%
R=13.04%
G=42.75%
B=44.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal361181220.700.0300.52182.7954.4330.98
Hex24767A463034b7361f
Octal4416617210630642676637
Binary1001001110110111101010001101101101001011011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24767A; }

 p { color: rgb(36,118,122); }

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

<style>
 a { background-color: #24767A; }

 a { background-color: rgb(36,118,122); }

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

<style>
 span { border-color: #24767A; }

 span { border-color: rgb(36,118,122); }

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