#216F72

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

Shades of Atoll #216F72

Tints of Atoll #216F72

Color information

#216F72 (or 0x216F72) is unknown color: approx Atoll. HEX triplet: 21, 6F and 72. RGB value is (33,111,114). Sum of RGB (Red+Green+Blue) = 33+111+114=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #216F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216F72 is #DE908D. Grayscale: #575757. Windows color (decimal): -14585998 or 7499553. OLE color: 7499553.

HSL color Cylindrical-coordinate representation of color #216F72: hue angle of 182.22º 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 #216F72 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB33111114-
CMYK0.710.0300.55
HSL182.22º55.1%28.82%-
HSV(B)182.22º71.05%44.71%-
XYZ9.3512.9117.92-
YUV88.02142.6688.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.79%
GREEN value IS 111 (43.75% from 255) = 43.02%
BLUE value IS 114 (44.92% from 255) = 44.19%
R=12.79%
G=43.02%
B=44.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331111140.710.0300.55182.2255.128.82
Hex216F72473037b6371d
Octal4115716210730672666735
Binary1000011101111111001010001111101101111011011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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