Html Css Color HEX #14796F Deep Sea

📋 copy color: '#14796F'

red 20 ◦ green 121 ◦ blue 111

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

Shades of Deep Sea #14796F

Tints of Deep Sea #14796F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.05%

R = 7.94%
G = 48.02%
B = 44.05%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#14796F (or 0x14796F) is known color: Deep Sea. HEX triplet: 14, 79 and 6F. RGB value is (20,121,111). Sum of RGB (Red+Green+Blue) = 20+121+111=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #14796F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14796F is #EB8690. Grayscale: #595959. Windows color (decimal): -15435409 or 7305492. OLE color: 7305492.

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

Color convert

RGB 20 121 111 -
CMYK 0.83 0 0.08 0.53
HSL 174.06º 0.72% 0.28% -
HSV(B) 174.06º 0.83% 0.47% -
XYZ 10 14.97 17.4 -
YUV 89.66 140.04 78.31 -
System Red Green Blue C M Y K H S L
Decimal 20 121 111 0.83 0 0.08 0.53 174.06 0.72 0.28
Hex 14 79 6F 53 0 8 35 AE 48 1C
Octal 24 171 157 123 0 10 65 256 110 34
Binary 10100 1111001 1101111 1010011 0 1000 110101 10101110 1001000 11100

Color Harmonies of #14796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14796F

Black with #14796F

Text Example


Text Example

White with #14796F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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