Html Css Color HEX #14786D Deep Sea

📋 copy color: '#14786D'

red 20 ◦ green 120 ◦ blue 109

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

Shades of Deep Sea #14786D

Tints of Deep Sea #14786D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.19%

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

R = 8.03%
G = 48.19%
B = 43.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#14786D (or 0x14786D) is known color: Deep Sea. HEX triplet: 14, 78 and 6D. RGB value is (20,120,109). Sum of RGB (Red+Green+Blue) = 20+120+109=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #14786D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14786D is #EB8792. Grayscale: #585858. Windows color (decimal): -15435667 or 7174164. OLE color: 7174164.

HSL color Cylindrical-coordinate representation of color #14786D: hue angle of 173.4º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14786D is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 120 109 -
CMYK 0.83 0 0.09 0.53
HSL 173.4º 0.71% 0.27% -
HSV(B) 173.4º 0.83% 0.47% -
XYZ 9.77 14.69 16.79 -
YUV 88.85 139.37 78.89 -
System Red Green Blue C M Y K H S L
Decimal 20 120 109 0.83 0 0.09 0.53 173.4 0.71 0.27
Hex 14 78 6D 53 0 9 35 AD 47 1B
Octal 24 170 155 123 0 11 65 255 107 33
Binary 10100 1111000 1101101 1010011 0 1001 110101 10101101 1000111 11011

Color Harmonies of #14786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14786D

Black with #14786D

Text Example


Text Example

White with #14786D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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