#217B5E

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

Shades of Deep Sea #217B5E

Tints of Deep Sea #217B5E

Color information

#217B5E (or 0x217B5E) is unknown color: approx Deep Sea. HEX triplet: 21, 7B and 5E. RGB value is (33,123,94). Sum of RGB (Red+Green+Blue) = 33+123+94=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 123 (48.44% from 255 or 49.2% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 123 - color contains mainly: green. Hex color #217B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B5E is #DE84A1. Grayscale: #5C5C5C. Windows color (decimal): -14582946 or 6191905. OLE color: 6191905.

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

Color convert

RGB3312394-
CMYK0.7300.240.52
HSL160.67º57.69%30.59%-
HSV(B)160.67º73.17%48.24%-
XYZ9.7315.313.03-
YUV92.78128.6885.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 123 (48.44% from 255) = 49.2%
BLUE value IS 94 (37.11% from 255) = 37.6%
R=13.2%
G=49.2%
B=37.6%

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
Decimal33123940.7300.240.52160.6757.6930.59
Hex217B5E4901834a13a1f
Octal41173136111030642417237
Binary1000011111011101111010010010110001101001010000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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