Html Css Color HEX #14715C Deep Sea

📋 copy color: '#14715C'

red 20 ◦ green 113 ◦ blue 92

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

Shades of Deep Sea #14715C

Tints of Deep Sea #14715C

RGB

 RED value IS 20 (8.2% from 255) = 8.89%

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

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

R = 8.89%
G = 50.22%
B = 40.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#14715C (or 0x14715C) is known color: Deep Sea. HEX triplet: 14, 71 and 5C. RGB value is (20,113,92). Sum of RGB (Red+Green+Blue) = 20+113+92=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #14715C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14715C is #EB8EA3. Grayscale: #525252. Windows color (decimal): -15437476 or 6058260. OLE color: 6058260.

HSL color Cylindrical-coordinate representation of color #14715C: hue angle of 166.45º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14715C is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 113 92 -
CMYK 0.82 0 0.19 0.56
HSL 166.45º 0.7% 0.26% -
HSV(B) 166.45º 0.82% 0.44% -
XYZ 8.13 12.73 12.15 -
YUV 82.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 20 113 92 0.82 0 0.19 0.56 166.45 0.7 0.26
Hex 14 71 5C 52 0 13 38 A6 46 1A
Octal 24 161 134 122 0 23 70 246 106 32
Binary 10100 1110001 1011100 1010010 0 10011 111000 10100110 1000110 11010

Color Harmonies of #14715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14715C

Black with #14715C

Text Example


Text Example

White with #14715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,113,92); }

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

background-color css

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

 a { background-color: rgb(20,113,92); }

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

border-color css

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

 span { border-color: rgb(20,113,92); }

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