Html Css Color HEX #14845F Deep Sea

📋 copy color: '#14845F'

red 20 ◦ green 132 ◦ blue 95

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

Shades of Deep Sea #14845F

Tints of Deep Sea #14845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.44%

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

R = 8.1%
G = 53.44%
B = 38.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#14845F (or 0x14845F) is known color: Deep Sea. HEX triplet: 14, 84 and 5F. RGB value is (20,132,95). Sum of RGB (Red+Green+Blue) = 20+132+95=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #14845F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14845F is #EB7BA0. Grayscale: #5E5E5E. Windows color (decimal): -15432609 or 6259732. OLE color: 6259732.

HSL color Cylindrical-coordinate representation of color #14845F: hue angle of 160.18º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14845F is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 95 -
CMYK 0.85 0 0.28 0.48
HSL 160.18º 0.74% 0.3% -
HSV(B) 160.18º 0.85% 0.52% -
XYZ 10.61 17.48 13.64 -
YUV 94.29 128.39 75.01 -
System Red Green Blue C M Y K H S L
Decimal 20 132 95 0.85 0 0.28 0.48 160.18 0.74 0.3
Hex 14 84 5F 55 0 1C 30 A0 4A 1E
Octal 24 204 137 125 0 34 60 240 112 36
Binary 10100 10000100 1011111 1010101 0 11100 110000 10100000 1001010 11110

Color Harmonies of #14845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14845F

Black with #14845F

Text Example


Text Example

White with #14845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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