#21775F

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

Shades of Deep Sea #21775F

Tints of Deep Sea #21775F

Color information

#21775F (or 0x21775F) is unknown color: approx Deep Sea. HEX triplet: 21, 77 and 5F. RGB value is (33,119,95). Sum of RGB (Red+Green+Blue) = 33+119+95=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #21775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21775F is #DE88A0. Grayscale: #5A5A5A. Windows color (decimal): -14583969 or 6256417. OLE color: 6256417.

HSL color Cylindrical-coordinate representation of color #21775F: hue angle of 163.26º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21775F is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB3311995-
CMYK0.7200.200.53
HSL163.26º56.58%29.8%-
HSV(B)163.26º72.27%46.67%-
XYZ9.2914.3413.11-
YUV90.55130.5186.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 119 (46.88% from 255) = 48.18%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=13.36%
G=48.18%
B=38.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33119950.7200.200.53163.2656.5829.8
Hex21775F4801435a3391e
Octal41167137110024652437136
Binary1000011110111101111110010000101001101011010001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21775F; }

 p { color: rgb(33,119,95); }

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

<style>
 a { background-color: #21775F; }

 a { background-color: rgb(33,119,95); }

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

<style>
 span { border-color: #21775F; }

 span { border-color: rgb(33,119,95); }

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