Html Css Color HEX #14806F Deep Sea

📋 copy color: '#14806F'

red 20 ◦ green 128 ◦ blue 111

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

Shades of Deep Sea #14806F

Tints of Deep Sea #14806F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.42%

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

R = 7.72%
G = 49.42%
B = 42.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#14806F (or 0x14806F) is known color: Deep Sea. HEX triplet: 14, 80 and 6F. RGB value is (20,128,111). Sum of RGB (Red+Green+Blue) = 20+128+111=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #14806F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14806F is #EB7F90. Grayscale: #5D5D5D. Windows color (decimal): -15433617 or 7307284. OLE color: 7307284.

HSL color Cylindrical-coordinate representation of color #14806F: hue angle of 170.56º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14806F is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 128 111 -
CMYK 0.84 0 0.13 0.50
HSL 170.56º 0.73% 0.29% -
HSV(B) 170.56º 0.84% 0.5% -
XYZ 10.88 16.73 17.7 -
YUV 93.77 137.72 75.38 -
System Red Green Blue C M Y K H S L
Decimal 20 128 111 0.84 0 0.13 0.50 170.56 0.73 0.29
Hex 14 80 6F 54 0 D 32 AB 49 1D
Octal 24 200 157 124 0 15 62 253 111 35
Binary 10100 10000000 1101111 1010100 0 1101 110010 10101011 1001001 11101

Color Harmonies of #14806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14806F

Black with #14806F

Text Example


Text Example

White with #14806F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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