Html Css Color HEX #14835A Deep Sea

📋 copy color: '#14835A'

red 20 ◦ green 131 ◦ blue 90

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

Shades of Deep Sea #14835A

Tints of Deep Sea #14835A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.34%

R = 8.3%
G = 54.36%
B = 37.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#14835A (or 0x14835A) is known color: Deep Sea. HEX triplet: 14, 83 and 5A. RGB value is (20,131,90). Sum of RGB (Red+Green+Blue) = 20+131+90=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #14835A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14835A is #EB7CA5. Grayscale: #5D5D5D. Windows color (decimal): -15432870 or 5931796. OLE color: 5931796.

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

Color convert

RGB 20 131 90 -
CMYK 0.85 0 0.31 0.49
HSL 157.84º 0.74% 0.3% -
HSV(B) 157.84º 0.85% 0.51% -
XYZ 10.25 17.12 12.44 -
YUV 93.14 126.23 75.83 -
System Red Green Blue C M Y K H S L
Decimal 20 131 90 0.85 0 0.31 0.49 157.84 0.74 0.3
Hex 14 83 5A 55 0 1F 31 9E 4A 1E
Octal 24 203 132 125 0 37 61 236 112 36
Binary 10100 10000011 1011010 1010101 0 11111 110001 10011110 1001010 11110

Color Harmonies of #14835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14835A

Black with #14835A

Text Example


Text Example

White with #14835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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