Html Css Color HEX #14795E Deep Sea

📋 copy color: '#14795E'

red 20 ◦ green 121 ◦ blue 94

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

Shades of Deep Sea #14795E

Tints of Deep Sea #14795E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40%

R = 8.51%
G = 51.49%
B = 40%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#14795E (or 0x14795E) is known color: Deep Sea. HEX triplet: 14, 79 and 5E. RGB value is (20,121,94). Sum of RGB (Red+Green+Blue) = 20+121+94=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #14795E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14795E is #EB86A1. Grayscale: #575757. Windows color (decimal): -15435426 or 6191380. OLE color: 6191380.

HSL color Cylindrical-coordinate representation of color #14795E: hue angle of 163.96º 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 #14795E is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 121 94 -
CMYK 0.83 0 0.22 0.53
HSL 163.96º 0.72% 0.28% -
HSV(B) 163.96º 0.83% 0.47% -
XYZ 9.15 14.63 12.93 -
YUV 87.72 131.54 79.7 -
System Red Green Blue C M Y K H S L
Decimal 20 121 94 0.83 0 0.22 0.53 163.96 0.72 0.28
Hex 14 79 5E 53 0 16 35 A4 48 1C
Octal 24 171 136 123 0 26 65 244 110 34
Binary 10100 1111001 1011110 1010011 0 10110 110101 10100100 1001000 11100

Color Harmonies of #14795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14795E

Black with #14795E

Text Example


Text Example

White with #14795E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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