Html Css Color HEX #14795A Deep Sea

📋 copy color: '#14795A'

red 20 ◦ green 121 ◦ blue 90

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

Shades of Deep Sea #14795A

Tints of Deep Sea #14795A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 8.66%
G = 52.38%
B = 38.96%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#14795A (or 0x14795A) is known color: Deep Sea. HEX triplet: 14, 79 and 5A. RGB value is (20,121,90). Sum of RGB (Red+Green+Blue) = 20+121+90=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #14795A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14795A is #EB86A5. Grayscale: #575757. Windows color (decimal): -15435430 or 5929236. OLE color: 5929236.

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

Color convert

RGB 20 121 90 -
CMYK 0.83 0 0.26 0.53
HSL 161.58º 0.72% 0.28% -
HSV(B) 161.58º 0.83% 0.47% -
XYZ 8.97 14.56 12.01 -
YUV 87.27 129.54 80.02 -
System Red Green Blue C M Y K H S L
Decimal 20 121 90 0.83 0 0.26 0.53 161.58 0.72 0.28
Hex 14 79 5A 53 0 1A 35 A2 48 1C
Octal 24 171 132 123 0 32 65 242 110 34
Binary 10100 1111001 1011010 1010011 0 11010 110101 10100010 1001000 11100

Color Harmonies of #14795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14795A

Black with #14795A

Text Example


Text Example

White with #14795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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