Html Css Color HEX #14705F Deep Sea

📋 copy color: '#14705F'

red 20 ◦ green 112 ◦ blue 95

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

Shades of Deep Sea #14705F

Tints of Deep Sea #14705F

RGB

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

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

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

R = 8.81%
G = 49.34%
B = 41.85%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#14705F (or 0x14705F) is known color: Deep Sea. HEX triplet: 14, 70 and 5F. RGB value is (20,112,95). Sum of RGB (Red+Green+Blue) = 20+112+95=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #14705F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14705F is #EB8FA0. Grayscale: #525252. Windows color (decimal): -15437729 or 6254612. OLE color: 6254612.

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

Color convert

RGB 20 112 95 -
CMYK 0.82 0 0.15 0.56
HSL 168.91º 0.7% 0.26% -
HSV(B) 168.91º 0.82% 0.44% -
XYZ 8.15 12.56 12.82 -
YUV 82.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 20 112 95 0.82 0 0.15 0.56 168.91 0.7 0.26
Hex 14 70 5F 52 0 F 38 A9 46 1A
Octal 24 160 137 122 0 17 70 251 106 32
Binary 10100 1110000 1011111 1010010 0 1111 111000 10101001 1000110 11010

Color Harmonies of #14705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14705F

Black with #14705F

Text Example


Text Example

White with #14705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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