Html Css Color HEX #14805F Deep Sea

📋 copy color: '#14805F'

red 20 ◦ green 128 ◦ blue 95

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

Shades of Deep Sea #14805F

Tints of Deep Sea #14805F

RGB

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

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

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

R = 8.23%
G = 52.67%
B = 39.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#14805F (or 0x14805F) is known color: Deep Sea. HEX triplet: 14, 80 and 5F. RGB value is (20,128,95). Sum of RGB (Red+Green+Blue) = 20+128+95=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #14805F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14805F is #EB7FA0. Grayscale: #5B5B5B. Windows color (decimal): -15433633 or 6258708. OLE color: 6258708.

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

Color convert

RGB 20 128 95 -
CMYK 0.84 0 0.26 0.50
HSL 161.67º 0.73% 0.29% -
HSV(B) 161.67º 0.84% 0.5% -
XYZ 10.07 16.41 13.46 -
YUV 91.95 129.72 76.68 -
System Red Green Blue C M Y K H S L
Decimal 20 128 95 0.84 0 0.26 0.50 161.67 0.73 0.29
Hex 14 80 5F 54 0 1A 32 A2 49 1D
Octal 24 200 137 124 0 32 62 242 111 35
Binary 10100 10000000 1011111 1010100 0 11010 110010 10100010 1001001 11101

Color Harmonies of #14805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14805F

Black with #14805F

Text Example


Text Example

White with #14805F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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