#21818C

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

Shades of Atoll #21818C

Tints of Atoll #21818C

Color information

#21818C (or 0x21818C) is unknown color: approx Atoll. HEX triplet: 21, 81 and 8C. RGB value is (33,129,140). Sum of RGB (Red+Green+Blue) = 33+129+140=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #21818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21818C is #DE7E73. Grayscale: #656565. Windows color (decimal): -14581364 or 9208097. OLE color: 9208097.

HSL color Cylindrical-coordinate representation of color #21818C: hue angle of 186.17º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21818C is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB33129140-
CMYK0.760.0800.45
HSL186.17º61.85%33.92%-
HSV(B)186.17º76.43%54.9%-
XYZ13.2117.9227.57-
YUV101.55149.779.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.93%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 140 (55.08% from 255) = 46.36%
R=10.93%
G=42.72%
B=46.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331291400.760.0800.45186.1761.8533.92
Hex21818C4C802Dba3e22
Octal41201214114100552727642
Binary100001100000011000110010011001000010110110111010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21818C; }

 p { color: rgb(33,129,140); }

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

<style>
 a { background-color: #21818C; }

 a { background-color: rgb(33,129,140); }

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

<style>
 span { border-color: #21818C; }

 span { border-color: rgb(33,129,140); }

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