Html Css Color HEX #20756A Deep Sea

📋 copy color: '#20756A'

red 32 ◦ green 117 ◦ blue 106

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

Shades of Deep Sea #20756A

Tints of Deep Sea #20756A

RGB

 RED value IS 32 (12.89% from 255) = 12.55%

 GREEN value IS 117 (46.09% from 255) = 45.88%

 BLUE value IS 106 (41.8% from 255) = 41.57%

R = 12.55%
G = 45.88%
B = 41.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#20756A (or 0x20756A) is known color: Deep Sea. HEX triplet: 20, 75 and 6A. RGB value is (32,117,106). Sum of RGB (Red+Green+Blue) = 32+117+106=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #20756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20756A is #DF8A95. Grayscale: #5A5A5A. Windows color (decimal): -14650006 or 6976800. OLE color: 6976800.

HSL color Cylindrical-coordinate representation of color #20756A: hue angle of 172.24º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20756A is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 117 106 -
CMYK 0.73 0 0.09 0.54
HSL 172.24º 0.57% 0.29% -
HSV(B) 172.24º 0.73% 0.46% -
XYZ 9.56 14.07 15.85 -
YUV 90.33 136.84 86.39 -
System Red Green Blue C M Y K H S L
Decimal 32 117 106 0.73 0 0.09 0.54 172.24 0.57 0.29
Hex 20 75 6A 49 0 9 36 AC 39 1D
Octal 40 165 152 111 0 11 66 254 71 35
Binary 100000 1110101 1101010 1001001 0 1001 110110 10101100 111001 11101

Color Harmonies of #20756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20756A

Black with #20756A

Text Example


Text Example

White with #20756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20756A; }

 p { color: rgb(32,117,106); }

 H1.HeaderClassName
 {
   color: #20756A;
 }
 .AnyTagClassName
 {
   color: #20756A;
 }
</style>

background-color css

<style>
 a { background-color: #20756A; }

 a { background-color: rgb(32,117,106); }

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

border-color css

<style>
 span { border-color: #20756A; }

 span { border-color: rgb(32,117,106); }

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