#21755C

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

Shades of Deep Sea #21755C

Tints of Deep Sea #21755C

Color information

#21755C (or 0x21755C) is unknown color: approx Deep Sea. HEX triplet: 21, 75 and 5C. RGB value is (33,117,92). Sum of RGB (Red+Green+Blue) = 33+117+92=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #21755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21755C is #DE8AA3. Grayscale: #595959. Windows color (decimal): -14584484 or 6059297. OLE color: 6059297.

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

Color convert

RGB3311792-
CMYK0.7200.210.54
HSL162.14º56%29.41%-
HSV(B)162.14º71.79%45.88%-
XYZ8.9213.8212.32-
YUV89.03129.6788.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 117 (46.09% from 255) = 48.35%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=13.64%
G=48.35%
B=38.02%

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
Decimal33117920.7200.210.54162.145629.41
Hex21755C4801536a2381d
Octal41165134110025662427035
Binary1000011110101101110010010000101011101101010001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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