Html Css Color HEX #14825F Deep Sea

📋 copy color: '#14825F'

red 20 ◦ green 130 ◦ blue 95

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

Shades of Deep Sea #14825F

Tints of Deep Sea #14825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.06%

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

R = 8.16%
G = 53.06%
B = 38.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#14825F (or 0x14825F) is known color: Deep Sea. HEX triplet: 14, 82 and 5F. RGB value is (20,130,95). Sum of RGB (Red+Green+Blue) = 20+130+95=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #14825F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14825F is #EB7DA0. Grayscale: #5D5D5D. Windows color (decimal): -15433121 or 6259220. OLE color: 6259220.

HSL color Cylindrical-coordinate representation of color #14825F: hue angle of 160.91º 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 #14825F is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 95 -
CMYK 0.85 0 0.27 0.49
HSL 160.91º 0.73% 0.29% -
HSV(B) 160.91º 0.85% 0.51% -
XYZ 10.34 16.94 13.55 -
YUV 93.12 129.06 75.85 -
System Red Green Blue C M Y K H S L
Decimal 20 130 95 0.85 0 0.27 0.49 160.91 0.73 0.29
Hex 14 82 5F 55 0 1B 31 A1 49 1D
Octal 24 202 137 125 0 33 61 241 111 35
Binary 10100 10000010 1011111 1010101 0 11011 110001 10100001 1001001 11101

Color Harmonies of #14825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14825F

Black with #14825F

Text Example


Text Example

White with #14825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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