Html Css Color HEX #14796D Deep Sea

📋 copy color: '#14796D'

red 20 ◦ green 121 ◦ blue 109

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

Shades of Deep Sea #14796D

Tints of Deep Sea #14796D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 8%
G = 48.4%
B = 43.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#14796D (or 0x14796D) is known color: Deep Sea. HEX triplet: 14, 79 and 6D. RGB value is (20,121,109). Sum of RGB (Red+Green+Blue) = 20+121+109=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #14796D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14796D is #EB8692. Grayscale: #595959. Windows color (decimal): -15435411 or 7174420. OLE color: 7174420.

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

Color convert

RGB 20 121 109 -
CMYK 0.83 0 0.10 0.53
HSL 172.87º 0.72% 0.28% -
HSV(B) 172.87º 0.83% 0.47% -
XYZ 9.89 14.93 16.83 -
YUV 89.43 139.04 78.48 -
System Red Green Blue C M Y K H S L
Decimal 20 121 109 0.83 0 0.10 0.53 172.87 0.72 0.28
Hex 14 79 6D 53 0 A 35 AD 48 1C
Octal 24 171 155 123 0 12 65 255 110 34
Binary 10100 1111001 1101101 1010011 0 1010 110101 10101101 1001000 11100

Color Harmonies of #14796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14796D

Black with #14796D

Text Example


Text Example

White with #14796D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14796D; }

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

 H1.HeaderClassName
 {
   color: #14796D;
 }
 .AnyTagClassName
 {
   color: #14796D;
 }
</style>

background-color css

<style>
 a { background-color: #14796D; }

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

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

border-color css

<style>
 span { border-color: #14796D; }

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

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