#21755D

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

Shades of Deep Sea #21755D

Tints of Deep Sea #21755D

Color information

#21755D (or 0x21755D) is unknown color: approx Deep Sea. HEX triplet: 21, 75 and 5D. RGB value is (33,117,93). Sum of RGB (Red+Green+Blue) = 33+117+93=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #21755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21755D is #DE8AA2. Grayscale: #595959. Windows color (decimal): -14584483 or 6124833. OLE color: 6124833.

HSL color Cylindrical-coordinate representation of color #21755D: hue angle of 162.86º 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 #21755D is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB3311793-
CMYK0.7200.210.54
HSL162.86º56%29.41%-
HSV(B)162.86º71.79%45.88%-
XYZ8.9613.8412.55-
YUV89.15130.1787.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.58%
GREEN value IS 117 (46.09% from 255) = 48.15%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=13.58%
G=48.15%
B=38.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33117930.7200.210.54162.865629.41
Hex21755D4801536a3381d
Octal41165135110025662437035
Binary1000011110101101110110010000101011101101010001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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