Html Css Color HEX #21765D Deep Sea

📋 copy color: '#21765D'

red 33 ◦ green 118 ◦ blue 93

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

Shades of Deep Sea #21765D

Tints of Deep Sea #21765D

RGB

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

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

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

R = 13.52%
G = 48.36%
B = 38.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#21765D (or 0x21765D) is known color: Deep Sea. HEX triplet: 21, 76 and 5D. RGB value is (33,118,93). Sum of RGB (Red+Green+Blue) = 33+118+93=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #21765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21765D is #DE89A2. Grayscale: #595959. Windows color (decimal): -14584227 or 6125089. OLE color: 6125089.

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

Color convert

RGB 33 118 93 -
CMYK 0.72 0 0.21 0.54
HSL 162.35º 0.56% 0.3% -
HSV(B) 162.35º 0.72% 0.46% -
XYZ 9.08 14.07 12.59 -
YUV 89.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 33 118 93 0.72 0 0.21 0.54 162.35 0.56 0.3
Hex 21 76 5D 48 0 15 36 A2 38 1E
Octal 41 166 135 110 0 25 66 242 70 36
Binary 100001 1110110 1011101 1001000 0 10101 110110 10100010 111000 11110

Color Harmonies of #21765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21765D

Black with #21765D

Text Example


Text Example

White with #21765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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