#21755E

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

Shades of Deep Sea #21755E

Tints of Deep Sea #21755E

Color information

#21755E (or 0x21755E) is unknown color: approx Deep Sea. HEX triplet: 21, 75 and 5E. RGB value is (33,117,94). Sum of RGB (Red+Green+Blue) = 33+117+94=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #21755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21755E is #DE8AA1. Grayscale: #595959. Windows color (decimal): -14584482 or 6190369. OLE color: 6190369.

HSL color Cylindrical-coordinate representation of color #21755E: hue angle of 163.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21755E is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB3311794-
CMYK0.7200.200.54
HSL163.57º56%29.41%-
HSV(B)163.57º71.79%45.88%-
XYZ9.0113.8512.79-
YUV89.26130.6787.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 117 (46.09% from 255) = 47.95%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=13.52%
G=47.95%
B=38.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33117940.7200.200.54163.575629.41
Hex21755E4801436a4381d
Octal41165136110024662447035
Binary1000011110101101111010010000101001101101010010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21755E; }

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

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

<style>
 a { background-color: #21755E; }

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

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

<style>
 span { border-color: #21755E; }

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

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