#217D5B

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

Shades of Deep Sea #217D5B

Tints of Deep Sea #217D5B

Color information

#217D5B (or 0x217D5B) is unknown color: approx Deep Sea. HEX triplet: 21, 7D and 5B. RGB value is (33,125,91). Sum of RGB (Red+Green+Blue) = 33+125+91=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 125 (49.22% from 255 or 50.20% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 125 - color contains mainly: green. Hex color #217D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D5B is #DE82A4. Grayscale: #5D5D5D. Windows color (decimal): -14582437 or 5995809. OLE color: 5995809.

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

Color convert

RGB3312591-
CMYK0.7400.270.51
HSL157.83º58.23%30.98%-
HSV(B)157.83º73.6%49.02%-
XYZ9.8515.7512.42-
YUV93.62126.5284.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.25%
GREEN value IS 125 (49.22% from 255) = 50.20%
BLUE value IS 91 (35.94% from 255) = 36.55%
R=13.25%
G=50.20%
B=36.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33125910.7400.270.51157.8358.2330.98
Hex217D5B4A01B339e3a1f
Octal41175133112033632367237
Binary1000011111101101101110010100110111100111001111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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