Html Css Color HEX #21775D Deep Sea

📋 copy color: '#21775D'

red 33 ◦ green 119 ◦ blue 93

#21775D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #21775D

Tints of Deep Sea #21775D

RGB

 RED value IS 33 (13.28% from 255) = 13.47%

 GREEN value IS 119 (46.88% from 255) = 48.57%

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 13.47%
G = 48.57%
B = 37.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#21775D (or 0x21775D) is known color: Deep Sea. HEX triplet: 21, 77 and 5D. RGB value is (33,119,93). Sum of RGB (Red+Green+Blue) = 33+119+93=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #21775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21775D is #DE88A2. Grayscale: #5A5A5A. Windows color (decimal): -14583971 or 6125345. OLE color: 6125345.

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

Color convert

RGB 33 119 93 -
CMYK 0.72 0 0.22 0.53
HSL 161.86º 0.57% 0.3% -
HSV(B) 161.86º 0.72% 0.47% -
XYZ 9.2 14.31 12.63 -
YUV 90.32 129.51 87.11 -
System Red Green Blue C M Y K H S L
Decimal 33 119 93 0.72 0 0.22 0.53 161.86 0.57 0.3
Hex 21 77 5D 48 0 16 35 A2 39 1E
Octal 41 167 135 110 0 26 65 242 71 36
Binary 100001 1110111 1011101 1001000 0 10110 110101 10100010 111001 11110

Color Harmonies of #21775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21775D

Black with #21775D

Text Example


Text Example

White with #21775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21775D;
 }
 .AnyTagClassName
 {
   color: #21775D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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