Html Css Color HEX #14895B Deep Sea

📋 copy color: '#14895B'

red 20 ◦ green 137 ◦ blue 91

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

Shades of Deep Sea #14895B

Tints of Deep Sea #14895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.24%

 BLUE value IS 91 (35.94% from 255) = 36.69%

R = 8.06%
G = 55.24%
B = 36.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#14895B (or 0x14895B) is known color: Deep Sea. HEX triplet: 14, 89 and 5B. RGB value is (20,137,91). Sum of RGB (Red+Green+Blue) = 20+137+91=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #14895B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14895B is #EB76A4. Grayscale: #606060. Windows color (decimal): -15431333 or 5998868. OLE color: 5998868.

HSL color Cylindrical-coordinate representation of color #14895B: hue angle of 156.41º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14895B is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 91 -
CMYK 0.85 0 0.34 0.46
HSL 156.41º 0.75% 0.31% -
HSV(B) 156.41º 0.85% 0.54% -
XYZ 11.12 18.8 12.94 -
YUV 96.77 124.74 73.24 -
System Red Green Blue C M Y K H S L
Decimal 20 137 91 0.85 0 0.34 0.46 156.41 0.75 0.31
Hex 14 89 5B 55 0 22 2E 9C 4B 1F
Octal 24 211 133 125 0 42 56 234 113 37
Binary 10100 10001001 1011011 1010101 0 100010 101110 10011100 1001011 11111

Color Harmonies of #14895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14895B

Black with #14895B

Text Example


Text Example

White with #14895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14895B; }

 p { color: rgb(20,137,91); }

 H1.HeaderClassName
 {
   color: #14895B;
 }
 .AnyTagClassName
 {
   color: #14895B;
 }
</style>

background-color css

<style>
 a { background-color: #14895B; }

 a { background-color: rgb(20,137,91); }

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

border-color css

<style>
 span { border-color: #14895B; }

 span { border-color: rgb(20,137,91); }

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