#217A5D

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

Shades of Deep Sea #217A5D

Tints of Deep Sea #217A5D

Color information

#217A5D (or 0x217A5D) is unknown color: approx Deep Sea. HEX triplet: 21, 7A and 5D. RGB value is (33,122,93). Sum of RGB (Red+Green+Blue) = 33+122+93=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #217A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A5D is #DE85A2. Grayscale: #5C5C5C. Windows color (decimal): -14583203 or 6126113. OLE color: 6126113.

HSL color Cylindrical-coordinate representation of color #217A5D: hue angle of 160.45º 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 #217A5D is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB3312293-
CMYK0.7300.240.52
HSL160.45º57.42%30.39%-
HSV(B)160.45º72.95%47.84%-
XYZ9.5615.0312.75-
YUV92.08128.5185.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.31%
GREEN value IS 122 (48.05% from 255) = 49.19%
BLUE value IS 93 (36.72% from 255) = 37.5%
R=13.31%
G=49.19%
B=37.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33122930.7300.240.52160.4557.4230.39
Hex217A5D4901834a0391e
Octal41172135111030642407136
Binary1000011111010101110110010010110001101001010000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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