Html Css Color HEX #14835D Deep Sea

📋 copy color: '#14835D'

red 20 ◦ green 131 ◦ blue 93

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

Shades of Deep Sea #14835D

Tints of Deep Sea #14835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.69%

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

R = 8.2%
G = 53.69%
B = 38.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#14835D (or 0x14835D) is known color: Deep Sea. HEX triplet: 14, 83 and 5D. RGB value is (20,131,93). Sum of RGB (Red+Green+Blue) = 20+131+93=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #14835D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14835D is #EB7CA2. Grayscale: #5D5D5D. Windows color (decimal): -15432867 or 6128404. OLE color: 6128404.

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

Color convert

RGB 20 131 93 -
CMYK 0.85 0 0.29 0.49
HSL 159.46º 0.74% 0.3% -
HSV(B) 159.46º 0.85% 0.51% -
XYZ 10.38 17.17 13.12 -
YUV 93.48 127.73 75.59 -
System Red Green Blue C M Y K H S L
Decimal 20 131 93 0.85 0 0.29 0.49 159.46 0.74 0.3
Hex 14 83 5D 55 0 1D 31 9F 4A 1E
Octal 24 203 135 125 0 35 61 237 112 36
Binary 10100 10000011 1011101 1010101 0 11101 110001 10011111 1001010 11110

Color Harmonies of #14835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14835D

Black with #14835D

Text Example


Text Example

White with #14835D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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