Html Css Color HEX #14795F Deep Sea

📋 copy color: '#14795F'

red 20 ◦ green 121 ◦ blue 95

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

Shades of Deep Sea #14795F

Tints of Deep Sea #14795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.27%

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

R = 8.47%
G = 51.27%
B = 40.25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#14795F (or 0x14795F) is known color: Deep Sea. HEX triplet: 14, 79 and 5F. RGB value is (20,121,95). Sum of RGB (Red+Green+Blue) = 20+121+95=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #14795F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14795F is #EB86A0. Grayscale: #575757. Windows color (decimal): -15435425 or 6256916. OLE color: 6256916.

HSL color Cylindrical-coordinate representation of color #14795F: hue angle of 164.55º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14795F is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 121 95 -
CMYK 0.83 0 0.21 0.53
HSL 164.55º 0.72% 0.28% -
HSV(B) 164.55º 0.83% 0.47% -
XYZ 9.19 14.65 13.17 -
YUV 87.84 132.04 79.61 -
System Red Green Blue C M Y K H S L
Decimal 20 121 95 0.83 0 0.21 0.53 164.55 0.72 0.28
Hex 14 79 5F 53 0 15 35 A5 48 1C
Octal 24 171 137 123 0 25 65 245 110 34
Binary 10100 1111001 1011111 1010011 0 10101 110101 10100101 1001000 11100

Color Harmonies of #14795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14795F

Black with #14795F

Text Example


Text Example

White with #14795F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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