Html Css Color HEX #14805D Deep Sea

📋 copy color: '#14805D'

red 20 ◦ green 128 ◦ blue 93

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

Shades of Deep Sea #14805D

Tints of Deep Sea #14805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 8.3%
G = 53.11%
B = 38.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#14805D (or 0x14805D) is known color: Deep Sea. HEX triplet: 14, 80 and 5D. RGB value is (20,128,93). Sum of RGB (Red+Green+Blue) = 20+128+93=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #14805D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14805D is #EB7FA2. Grayscale: #5B5B5B. Windows color (decimal): -15433635 or 6127636. OLE color: 6127636.

HSL color Cylindrical-coordinate representation of color #14805D: hue angle of 160.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 #14805D is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 128 93 -
CMYK 0.84 0 0.27 0.50
HSL 160.56º 0.73% 0.29% -
HSV(B) 160.56º 0.84% 0.5% -
XYZ 9.98 16.38 12.99 -
YUV 91.72 128.72 76.85 -
System Red Green Blue C M Y K H S L
Decimal 20 128 93 0.84 0 0.27 0.50 160.56 0.73 0.29
Hex 14 80 5D 54 0 1B 32 A1 49 1D
Octal 24 200 135 124 0 33 62 241 111 35
Binary 10100 10000000 1011101 1010100 0 11011 110010 10100001 1001001 11101

Color Harmonies of #14805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14805D

Black with #14805D

Text Example


Text Example

White with #14805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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