#217A5F

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

Shades of Deep Sea #217A5F

Tints of Deep Sea #217A5F

Color information

#217A5F (or 0x217A5F) is unknown color: approx Deep Sea. HEX triplet: 21, 7A and 5F. RGB value is (33,122,95). Sum of RGB (Red+Green+Blue) = 33+122+95=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #217A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A5F is #DE85A0. Grayscale: #5C5C5C. Windows color (decimal): -14583201 or 6257185. OLE color: 6257185.

HSL color Cylindrical-coordinate representation of color #217A5F: hue angle of 161.8º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217A5F is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB3312295-
CMYK0.7300.220.52
HSL161.8º57.42%30.39%-
HSV(B)161.8º72.95%47.84%-
XYZ9.6515.0713.23-
YUV92.31129.5185.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 122 (48.05% from 255) = 48.8%
BLUE value IS 95 (37.5% from 255) = 38%
R=13.2%
G=48.8%
B=38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33122950.7300.220.52161.857.4230.39
Hex217A5F4901634a2391e
Octal41172137111026642427136
Binary1000011111010101111110010010101101101001010001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,122,95); }

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

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

 a { background-color: rgb(33,122,95); }

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

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

 span { border-color: rgb(33,122,95); }

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