#217f6b

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

Shades of Deep Sea #217F6B

Tints of Deep Sea #217F6B

Color information

#217F6B (or 0x217F6B) is unknown color: approx Deep Sea. HEX triplet: 21, 7F and 6B. RGB value is (33,127,107). Sum of RGB (Red+Green+Blue) = 33+127+107=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #217F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217F6B is #DE8094. Grayscale: #606060. Windows color (decimal): -14581909 or 7044897. OLE color: 7044897.

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

Color convert

RGB33127107-
CMYK0.7400.160.50
HSL167.23º58.75%31.37%-
HSV(B)167.23º74.02%49.8%-
XYZ10.8716.5616.53-
YUV96.61133.8682.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.36%
GREEN value IS 127 (50% from 255) = 47.57%
BLUE value IS 107 (42.19% from 255) = 40.07%
R=12.36%
G=47.57%
B=40.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331271070.7400.160.50167.2358.7531.37
Hex217F6B4A01032a73b1f
Octal41177153112020622477337
Binary1000011111111110101110010100100001100101010011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217f6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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