#217D5E

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

Shades of Deep Sea #217D5E

Tints of Deep Sea #217D5E

Color information

#217D5E (or 0x217D5E) is unknown color: approx Deep Sea. HEX triplet: 21, 7D and 5E. RGB value is (33,125,94). Sum of RGB (Red+Green+Blue) = 33+125+94=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 125 (49.22% from 255 or 49.60% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 125 - color contains mainly: green. Hex color #217D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D5E is #DE82A1. Grayscale: #5D5D5D. Windows color (decimal): -14582434 or 6192417. OLE color: 6192417.

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

Color convert

RGB3312594-
CMYK0.7400.250.51
HSL159.78º58.23%30.98%-
HSV(B)159.78º73.6%49.02%-
XYZ9.9815.813.11-
YUV93.96128.0284.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 125 (49.22% from 255) = 49.60%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=13.10%
G=49.60%
B=37.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33125940.7400.250.51159.7858.2330.98
Hex217D5E4A01933a03a1f
Octal41175136112031632407237
Binary1000011111101101111010010100110011100111010000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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