#216E72

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

Shades of Atoll #216E72

Tints of Atoll #216E72

Color information

#216E72 (or 0x216E72) is unknown color: approx Atoll. HEX triplet: 21, 6E and 72. RGB value is (33,110,114). Sum of RGB (Red+Green+Blue) = 33+110+114=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #216E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216E72 is #DE918D. Grayscale: #575757. Windows color (decimal): -14586254 or 7499297. OLE color: 7499297.

HSL color Cylindrical-coordinate representation of color #216E72: hue angle of 182.96º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #216E72 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB33110114-
CMYK0.710.0400.55
HSL182.96º55.1%28.82%-
HSV(B)182.96º71.05%44.71%-
XYZ9.2412.6917.88-
YUV87.43142.9989.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 110 (43.36% from 255) = 42.80%
BLUE value IS 114 (44.92% from 255) = 44.36%
R=12.84%
G=42.80%
B=44.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331101140.710.0400.55182.9655.128.82
Hex216E72474037b7371d
Octal4115616210740672676735
Binary10000111011101110010100011110001101111011011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216E72; }

 p { color: rgb(33,110,114); }

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

<style>
 a { background-color: #216E72; }

 a { background-color: rgb(33,110,114); }

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

<style>
 span { border-color: #216E72; }

 span { border-color: rgb(33,110,114); }

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