Html Css Color HEX #20715F Deep Sea

📋 copy color: '#20715F'

red 32 ◦ green 113 ◦ blue 95

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

Shades of Deep Sea #20715F

Tints of Deep Sea #20715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.08%

 BLUE value IS 95 (37.5% from 255) = 39.58%

R = 13.33%
G = 47.08%
B = 39.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#20715F (or 0x20715F) is known color: Deep Sea. HEX triplet: 20, 71 and 5F. RGB value is (32,113,95). Sum of RGB (Red+Green+Blue) = 32+113+95=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #20715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20715F is #DF8EA0. Grayscale: #565656. Windows color (decimal): -14651041 or 6254880. OLE color: 6254880.

HSL color Cylindrical-coordinate representation of color #20715F: hue angle of 166.67º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20715F is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 113 95 -
CMYK 0.72 0 0.16 0.56
HSL 166.67º 0.56% 0.28% -
HSV(B) 166.67º 0.72% 0.44% -
XYZ 8.57 12.94 12.87 -
YUV 86.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 32 113 95 0.72 0 0.16 0.56 166.67 0.56 0.28
Hex 20 71 5F 48 0 10 38 A7 38 1C
Octal 40 161 137 110 0 20 70 247 70 34
Binary 100000 1110001 1011111 1001000 0 10000 111000 10100111 111000 11100

Color Harmonies of #20715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20715F

Black with #20715F

Text Example


Text Example

White with #20715F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20715F; }

 p { color: rgb(32,113,95); }

 H1.HeaderClassName
 {
   color: #20715F;
 }
 .AnyTagClassName
 {
   color: #20715F;
 }
</style>

background-color css

<style>
 a { background-color: #20715F; }

 a { background-color: rgb(32,113,95); }

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

border-color css

<style>
 span { border-color: #20715F; }

 span { border-color: rgb(32,113,95); }

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