Html Css Color HEX #14795B Deep Sea

📋 copy color: '#14795B'

red 20 ◦ green 121 ◦ blue 91

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

Shades of Deep Sea #14795B

Tints of Deep Sea #14795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.22%

R = 8.62%
G = 52.16%
B = 39.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#14795B (or 0x14795B) is known color: Deep Sea. HEX triplet: 14, 79 and 5B. RGB value is (20,121,91). Sum of RGB (Red+Green+Blue) = 20+121+91=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #14795B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14795B is #EB86A4. Grayscale: #575757. Windows color (decimal): -15435429 or 5994772. OLE color: 5994772.

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

Color convert

RGB 20 121 91 -
CMYK 0.83 0 0.25 0.53
HSL 162.18º 0.72% 0.28% -
HSV(B) 162.18º 0.83% 0.47% -
XYZ 9.01 14.58 12.24 -
YUV 87.38 130.04 79.94 -
System Red Green Blue C M Y K H S L
Decimal 20 121 91 0.83 0 0.25 0.53 162.18 0.72 0.28
Hex 14 79 5B 53 0 19 35 A2 48 1C
Octal 24 171 133 123 0 31 65 242 110 34
Binary 10100 1111001 1011011 1010011 0 11001 110101 10100010 1001000 11100

Color Harmonies of #14795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14795B

Black with #14795B

Text Example


Text Example

White with #14795B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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