Html Css Color HEX #14785F Deep Sea

📋 copy color: '#14785F'

red 20 ◦ green 120 ◦ blue 95

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

Shades of Deep Sea #14785F

Tints of Deep Sea #14785F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.43%

R = 8.51%
G = 51.06%
B = 40.43%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#14785F (or 0x14785F) is known color: Deep Sea. HEX triplet: 14, 78 and 5F. RGB value is (20,120,95). Sum of RGB (Red+Green+Blue) = 20+120+95=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #14785F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14785F is #EB87A0. Grayscale: #575757. Windows color (decimal): -15435681 or 6256660. OLE color: 6256660.

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

Color convert

RGB 20 120 95 -
CMYK 0.83 0 0.21 0.53
HSL 165º 0.71% 0.27% -
HSV(B) 165º 0.83% 0.47% -
XYZ 9.07 14.41 13.13 -
YUV 87.25 132.37 80.03 -
System Red Green Blue C M Y K H S L
Decimal 20 120 95 0.83 0 0.21 0.53 165 0.71 0.27
Hex 14 78 5F 53 0 15 35 A5 47 1B
Octal 24 170 137 123 0 25 65 245 107 33
Binary 10100 1111000 1011111 1010011 0 10101 110101 10100101 1000111 11011

Color Harmonies of #14785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14785F

Black with #14785F

Text Example


Text Example

White with #14785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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