#14825d

Color #14825D Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #14825D

Tints of Deep Sea #14825D

Color information

#14825D (or 0x14825D) is unknown color: approx Deep Sea. HEX triplet: 14, 82 and 5D. RGB value is (20,130,93). Sum of RGB (Red+Green+Blue) = 20+130+93=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #14825D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14825D is #EB7DA2. Grayscale: #5C5C5C. Windows color (decimal): -15433123 or 6128148. OLE color: 6128148.

HSL color Cylindrical-coordinate representation of color #14825D: hue angle of 159.82º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14825D is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB2013093-
CMYK0.8500.280.49
HSL159.82º73.33%29.41%-
HSV(B)159.82º84.62%50.98%-
XYZ10.2516.913.08-
YUV92.89128.0676.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 130 (51.17% from 255) = 53.50%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=8.23%
G=53.50%
B=38.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20130930.8500.280.49159.8273.3329.41
Hex14825D5501C31a0491d
Octal242021351250346124011135
Binary10100100000101011101101010101110011000110100000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14825d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14825d; }

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

 H1.HeaderClassName
 {
   color: #14825d;
 }
 .AnyTagClassName
 {
   color: #14825d;
 }
</style>
background-color css

<style>
 a { background-color: #14825d; }

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

 div.DivClassName
 {
   background-color: #14825d;
 }
 .BgClassName
 {
   background-color: #14825d;
 }
</style>
border-color css

<style>
 span { border-color: #14825d; }

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

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