Html Css Color HEX #21765C Deep Sea

📋 copy color: '#21765C'

red 33 ◦ green 118 ◦ blue 92

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

Shades of Deep Sea #21765C

Tints of Deep Sea #21765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.86%

R = 13.58%
G = 48.56%
B = 37.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#21765C (or 0x21765C) is known color: Deep Sea. HEX triplet: 21, 76 and 5C. RGB value is (33,118,92). Sum of RGB (Red+Green+Blue) = 33+118+92=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #21765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21765C is #DE89A3. Grayscale: #595959. Windows color (decimal): -14584228 or 6059553. OLE color: 6059553.

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

Color convert

RGB 33 118 92 -
CMYK 0.72 0 0.22 0.54
HSL 161.65º 0.56% 0.3% -
HSV(B) 161.65º 0.72% 0.46% -
XYZ 9.04 14.05 12.36 -
YUV 89.62 129.34 87.61 -
System Red Green Blue C M Y K H S L
Decimal 33 118 92 0.72 0 0.22 0.54 161.65 0.56 0.3
Hex 21 76 5C 48 0 16 36 A2 38 1E
Octal 41 166 134 110 0 26 66 242 70 36
Binary 100001 1110110 1011100 1001000 0 10110 110110 10100010 111000 11110

Color Harmonies of #21765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21765C

Black with #21765C

Text Example


Text Example

White with #21765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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