Html Css Color HEX #21765B Deep Sea

📋 copy color: '#21765B'

red 33 ◦ green 118 ◦ blue 91

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

Shades of Deep Sea #21765B

Tints of Deep Sea #21765B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.76%

 BLUE value IS 91 (35.94% from 255) = 37.6%

R = 13.64%
G = 48.76%
B = 37.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#21765B (or 0x21765B) is known color: Deep Sea. HEX triplet: 21, 76 and 5B. RGB value is (33,118,91). Sum of RGB (Red+Green+Blue) = 33+118+91=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #21765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21765B is #DE89A4. Grayscale: #595959. Windows color (decimal): -14584229 or 5994017. OLE color: 5994017.

HSL color Cylindrical-coordinate representation of color #21765B: hue angle of 160.94º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21765B is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 118 91 -
CMYK 0.72 0 0.23 0.54
HSL 160.94º 0.56% 0.3% -
HSV(B) 160.94º 0.72% 0.46% -
XYZ 8.99 14.04 12.13 -
YUV 89.51 128.84 87.7 -
System Red Green Blue C M Y K H S L
Decimal 33 118 91 0.72 0 0.23 0.54 160.94 0.56 0.3
Hex 21 76 5B 48 0 17 36 A1 38 1E
Octal 41 166 133 110 0 27 66 241 70 36
Binary 100001 1110110 1011011 1001000 0 10111 110110 10100001 111000 11110

Color Harmonies of #21765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21765B

Black with #21765B

Text Example


Text Example

White with #21765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21765B; }

 p { color: rgb(33,118,91); }

 H1.HeaderClassName
 {
   color: #21765B;
 }
 .AnyTagClassName
 {
   color: #21765B;
 }
</style>

background-color css

<style>
 a { background-color: #21765B; }

 a { background-color: rgb(33,118,91); }

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

border-color css

<style>
 span { border-color: #21765B; }

 span { border-color: rgb(33,118,91); }

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