Html Css Color HEX #217072 Atoll

📋 copy color: '#217072'

red 33 ◦ green 112 ◦ blue 114

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

Shades of Atoll #217072

Tints of Atoll #217072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.24%

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

R = 12.74%
G = 43.24%
B = 44.02%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#217072 (or 0x217072) is known color: Atoll. HEX triplet: 21, 70 and 72. RGB value is (33,112,114). Sum of RGB (Red+Green+Blue) = 33+112+114=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #217072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217072 is #DE8F8D. Grayscale: #585858. Windows color (decimal): -14585742 or 7499809. OLE color: 7499809.

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

Color convert

RGB 33 112 114 -
CMYK 0.71 0.02 0 0.55
HSL 181.48º 0.55% 0.29% -
HSV(B) 181.48º 0.71% 0.45% -
XYZ 9.46 13.13 17.95 -
YUV 88.61 142.33 88.34 -
System Red Green Blue C M Y K H S L
Decimal 33 112 114 0.71 0.02 0 0.55 181.48 0.55 0.29
Hex 21 70 72 47 2 0 37 B5 37 1D
Octal 41 160 162 107 2 0 67 265 67 35
Binary 100001 1110000 1110010 1000111 10 0 110111 10110101 110111 11101

Color Harmonies of #217072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217072

Black with #217072

Text Example


Text Example

White with #217072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217072; }

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

 H1.HeaderClassName
 {
   color: #217072;
 }
 .AnyTagClassName
 {
   color: #217072;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #217072;
 }
 .BgClassName
 {
   background-color: #217072;
 }
</style>

border-color css

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

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

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