Html Css Color HEX #21795E Deep Sea

📋 copy color: '#21795E'

red 33 ◦ green 121 ◦ blue 94

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

Shades of Deep Sea #21795E

Tints of Deep Sea #21795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.79%

 BLUE value IS 94 (37.11% from 255) = 37.9%

R = 13.31%
G = 48.79%
B = 37.9%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#21795E (or 0x21795E) is known color: Deep Sea. HEX triplet: 21, 79 and 5E. RGB value is (33,121,94). Sum of RGB (Red+Green+Blue) = 33+121+94=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #21795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21795E is #DE86A1. Grayscale: #5B5B5B. Windows color (decimal): -14583458 or 6191393. OLE color: 6191393.

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

Color convert

RGB 33 121 94 -
CMYK 0.73 0 0.22 0.53
HSL 161.59º 0.57% 0.3% -
HSV(B) 161.59º 0.73% 0.47% -
XYZ 9.48 14.81 12.95 -
YUV 91.61 129.35 86.2 -
System Red Green Blue C M Y K H S L
Decimal 33 121 94 0.73 0 0.22 0.53 161.59 0.57 0.3
Hex 21 79 5E 49 0 16 35 A2 39 1E
Octal 41 171 136 111 0 26 65 242 71 36
Binary 100001 1111001 1011110 1001001 0 10110 110101 10100010 111001 11110

Color Harmonies of #21795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21795E

Black with #21795E

Text Example


Text Example

White with #21795E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21795E;
 }
 .AnyTagClassName
 {
   color: #21795E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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