#217D7D

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

Shades of Atoll #217D7D

Tints of Atoll #217D7D

Color information

#217D7D (or 0x217D7D) is unknown color: approx Atoll. HEX triplet: 21, 7D and 7D. RGB value is (33,125,125). Sum of RGB (Red+Green+Blue) = 33+125+125=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: green, blue. Hex color #217D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D7D is #DE8282. Grayscale: #616161. Windows color (decimal): -14582403 or 8224033. OLE color: 8224033.

HSL color Cylindrical-coordinate representation of color #217D7D: hue angle of 180º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217D7D is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB33125125-
CMYK0.74000.51
HSL180º58.23%30.98%-
HSV(B)180º73.6%49.02%-
XYZ11.6616.4721.97-
YUV97.49143.5282-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 125 (49.22% from 255) = 44.17%
BLUE value IS 125 (49.22% from 255) = 44.17%
R=11.66%
G=44.17%
B=44.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal331251250.74000.5118058.2330.98
Hex217D7D4A0033b43a1f
Octal4117517511200632647237
Binary100001111110111111011001010001100111011010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217D7D; }

 p { color: rgb(33,125,125); }

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

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

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

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

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

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

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