Html Css Color HEX #216E72 Atoll

📋 copy color: '#216E72'

red 33 ◦ green 110 ◦ blue 114

#216E72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #216E72

Tints of Atoll #216E72

RGB

 RED value IS 33 (13.28% from 255) = 12.84%

 GREEN value IS 110 (43.36% from 255) = 42.8%

 BLUE value IS 114 (44.92% from 255) = 44.36%

R = 12.84%
G = 42.8%
B = 44.36%

CMYK

 C value IS 0.71

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#216E72 (or 0x216E72) is known color: 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

RGB 33 110 114 -
CMYK 0.71 0.04 0 0.55
HSL 182.96º 0.55% 0.29% -
HSV(B) 182.96º 0.71% 0.45% -
XYZ 9.24 12.69 17.88 -
YUV 87.43 142.99 89.17 -
System Red Green Blue C M Y K H S L
Decimal 33 110 114 0.71 0.04 0 0.55 182.96 0.55 0.29
Hex 21 6E 72 47 4 0 37 B7 37 1D
Octal 41 156 162 107 4 0 67 267 67 35
Binary 100001 1101110 1110010 1000111 100 0 110111 10110111 110111 11101

Color Harmonies of #216E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216E72

Black with #216E72

Text Example


Text Example

White with #216E72

Text Example


Text Example

HTML Codes & Css Web 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>