#24727B

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

Shades of Atoll #24727B

Tints of Atoll #24727B

Color information

#24727B (or 0x24727B) is unknown color: approx Atoll. HEX triplet: 24, 72 and 7B. RGB value is (36,114,123). Sum of RGB (Red+Green+Blue) = 36+114+123=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #24727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24727B is #DB8D84. Grayscale: #5B5B5B. Windows color (decimal): -14388613 or 8090148. OLE color: 8090148.

HSL color Cylindrical-coordinate representation of color #24727B: hue angle of 186.21º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24727B is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB36114123-
CMYK0.710.0700.52
HSL186.21º54.72%31.18%-
HSV(B)186.21º70.73%48.24%-
XYZ10.3213.8420.87-
YUV91.7145.6688.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.19%
GREEN value IS 114 (44.92% from 255) = 41.76%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=13.19%
G=41.76%
B=45.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal361141230.710.0700.52186.2154.7231.18
Hex24727B477034ba371f
Octal4416217310770642726737
Binary10010011100101111011100011111101101001011101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24727B; }

 p { color: rgb(36,114,123); }

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

<style>
 a { background-color: #24727B; }

 a { background-color: rgb(36,114,123); }

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

<style>
 span { border-color: #24727B; }

 span { border-color: rgb(36,114,123); }

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