Html Css Color HEX #217073 Atoll

📋 copy color: '#217073'

red 33 ◦ green 112 ◦ blue 115

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

Shades of Atoll #217073

Tints of Atoll #217073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.23%

R = 12.69%
G = 43.08%
B = 44.23%

CMYK

 C value IS 0.71

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#217073 (or 0x217073) is known color: Atoll. HEX triplet: 21, 70 and 73. RGB value is (33,112,115). Sum of RGB (Red+Green+Blue) = 33+112+115=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #217073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217073 is #DE8F8C. Grayscale: #585858. Windows color (decimal): -14585741 or 7565345. OLE color: 7565345.

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

Color convert

RGB 33 112 115 -
CMYK 0.71 0.03 0 0.55
HSL 182.2º 0.55% 0.29% -
HSV(B) 182.2º 0.71% 0.45% -
XYZ 9.52 13.15 18.26 -
YUV 88.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 33 112 115 0.71 0.03 0 0.55 182.2 0.55 0.29
Hex 21 70 73 47 3 0 37 B6 37 1D
Octal 41 160 163 107 3 0 67 266 67 35
Binary 100001 1110000 1110011 1000111 11 0 110111 10110110 110111 11101

Color Harmonies of #217073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217073

Black with #217073

Text Example


Text Example

White with #217073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217073; }

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

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

background-color css

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

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

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

border-color css

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

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

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