#217F6D

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

Shades of Deep Sea #217F6D

Tints of Deep Sea #217F6D

Color information

#217F6D (or 0x217F6D) is unknown color: approx Deep Sea. HEX triplet: 21, 7F and 6D. RGB value is (33,127,109). Sum of RGB (Red+Green+Blue) = 33+127+109=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #217F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217F6D is #DE8092. Grayscale: #606060. Windows color (decimal): -14581907 or 7175969. OLE color: 7175969.

HSL color Cylindrical-coordinate representation of color #217F6D: hue angle of 168.51º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F6D is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB33127109-
CMYK0.7400.140.50
HSL168.51º58.75%31.37%-
HSV(B)168.51º74.02%49.8%-
XYZ10.9816.6117.09-
YUV96.84134.8682.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.27%
GREEN value IS 127 (50% from 255) = 47.21%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=12.27%
G=47.21%
B=40.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331271090.7400.140.50168.5158.7531.37
Hex217F6D4A0E32a93b1f
Octal41177155112016622517337
Binary100001111111111011011001010011101100101010100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,127,109); }

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

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

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

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

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

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

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