Html Css Color HEX #21765E Deep Sea

📋 copy color: '#21765E'

red 33 ◦ green 118 ◦ blue 94

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

Shades of Deep Sea #21765E

Tints of Deep Sea #21765E

RGB

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

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

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

R = 13.47%
G = 48.16%
B = 38.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#21765E (or 0x21765E) is known color: Deep Sea. HEX triplet: 21, 76 and 5E. RGB value is (33,118,94). Sum of RGB (Red+Green+Blue) = 33+118+94=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #21765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21765E is #DE89A1. Grayscale: #595959. Windows color (decimal): -14584226 or 6190625. OLE color: 6190625.

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

Color convert

RGB 33 118 94 -
CMYK 0.72 0 0.20 0.54
HSL 163.06º 0.56% 0.3% -
HSV(B) 163.06º 0.72% 0.46% -
XYZ 9.13 14.09 12.83 -
YUV 89.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 33 118 94 0.72 0 0.20 0.54 163.06 0.56 0.3
Hex 21 76 5E 48 0 14 36 A3 38 1E
Octal 41 166 136 110 0 24 66 243 70 36
Binary 100001 1110110 1011110 1001000 0 10100 110110 10100011 111000 11110

Color Harmonies of #21765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21765E

Black with #21765E

Text Example


Text Example

White with #21765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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