Html Css Color HEX #14705C Deep Sea

📋 copy color: '#14705C'

red 20 ◦ green 112 ◦ blue 92

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

Shades of Deep Sea #14705C

Tints of Deep Sea #14705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50%

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

R = 8.93%
G = 50%
B = 41.07%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#14705C (or 0x14705C) is known color: Deep Sea. HEX triplet: 14, 70 and 5C. RGB value is (20,112,92). Sum of RGB (Red+Green+Blue) = 20+112+92=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #14705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14705C is #EB8FA3. Grayscale: #525252. Windows color (decimal): -15437732 or 6058004. OLE color: 6058004.

HSL color Cylindrical-coordinate representation of color #14705C: hue angle of 166.96º 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 #14705C is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 112 92 -
CMYK 0.82 0 0.18 0.56
HSL 166.96º 0.7% 0.26% -
HSV(B) 166.96º 0.82% 0.44% -
XYZ 8.01 12.51 12.12 -
YUV 82.21 133.52 83.63 -
System Red Green Blue C M Y K H S L
Decimal 20 112 92 0.82 0 0.18 0.56 166.96 0.7 0.26
Hex 14 70 5C 52 0 12 38 A7 46 1A
Octal 24 160 134 122 0 22 70 247 106 32
Binary 10100 1110000 1011100 1010010 0 10010 111000 10100111 1000110 11010

Color Harmonies of #14705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14705C

Black with #14705C

Text Example


Text Example

White with #14705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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