#216E70

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

Shades of Atoll #216E70

Tints of Atoll #216E70

Color information

#216E70 (or 0x216E70) is unknown color: approx Atoll. HEX triplet: 21, 6E and 70. RGB value is (33,110,112). Sum of RGB (Red+Green+Blue) = 33+110+112=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #216E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216E70 is #DE918F. Grayscale: #575757. Windows color (decimal): -14586256 or 7368225. OLE color: 7368225.

HSL color Cylindrical-coordinate representation of color #216E70: hue angle of 181.52º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #216E70 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB33110112-
CMYK0.710.0200.56
HSL181.52º54.48%28.43%-
HSV(B)181.52º70.54%43.92%-
XYZ9.1312.6517.29-
YUV87.2141.9989.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.94%
GREEN value IS 110 (43.36% from 255) = 43.14%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=12.94%
G=43.14%
B=43.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331101120.710.0200.56181.5254.4828.43
Hex216E70472038b6361c
Octal4115616010720702666634
Binary1000011101110111000010001111001110001011011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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