#217F6C

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

Shades of Deep Sea #217F6C

Tints of Deep Sea #217F6C

Color information

#217F6C (or 0x217F6C) is unknown color: approx Deep Sea. HEX triplet: 21, 7F and 6C. RGB value is (33,127,108). Sum of RGB (Red+Green+Blue) = 33+127+108=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #217F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217F6C is #DE8093. Grayscale: #606060. Windows color (decimal): -14581908 or 7110433. OLE color: 7110433.

HSL color Cylindrical-coordinate representation of color #217F6C: hue angle of 167.87º 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 #217F6C is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB33127108-
CMYK0.7400.150.50
HSL167.87º58.75%31.37%-
HSV(B)167.87º74.02%49.8%-
XYZ10.9216.5816.81-
YUV96.73134.3682.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 127 (50% from 255) = 47.39%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=12.31%
G=47.39%
B=40.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331271080.7400.150.50167.8758.7531.37
Hex217F6C4A0F32a83b1f
Octal41177154112017622507337
Binary100001111111111011001001010011111100101010100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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