Html Css Color HEX #0E895A Deep Sea

📋 copy color: '#0E895A'

red 14 ◦ green 137 ◦ blue 90

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

Shades of Deep Sea #0E895A

Tints of Deep Sea #0E895A

RGB

 RED value IS 14 (5.86% from 255) = 5.81%

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

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

R = 5.81%
G = 56.85%
B = 37.34%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#0E895A (or 0x0E895A) is known color: Deep Sea. HEX triplet: 0E, 89 and 5A. RGB value is (14,137,90). Sum of RGB (Red+Green+Blue) = 14+137+90=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 137 (53.91% from 255 or 56.85% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 137 - color contains mainly: green. Hex color #0E895A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E895A is #F176A5. Grayscale: #5E5E5E. Windows color (decimal): -15824550 or 5933326. OLE color: 5933326.

HSL color Cylindrical-coordinate representation of color #0E895A: hue angle of 157.07º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E895A is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 14 137 90 -
CMYK 0.90 0 0.34 0.46
HSL 157.07º 0.81% 0.3% -
HSV(B) 157.07º 0.9% 0.54% -
XYZ 10.97 18.72 12.71 -
YUV 94.87 125.25 70.32 -
System Red Green Blue C M Y K H S L
Decimal 14 137 90 0.90 0 0.34 0.46 157.07 0.81 0.3
Hex E 89 5A 5A 0 22 2E 9D 51 1E
Octal 16 211 132 132 0 42 56 235 121 36
Binary 1110 10001001 1011010 1011010 0 100010 101110 10011101 1010001 11110

Color Harmonies of #0E895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E895A

Black with #0E895A

Text Example


Text Example

White with #0E895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E895A; }

 p { color: rgb(14,137,90); }

 H1.HeaderClassName
 {
   color: #0E895A;
 }
 .AnyTagClassName
 {
   color: #0E895A;
 }
</style>

background-color css

<style>
 a { background-color: #0E895A; }

 a { background-color: rgb(14,137,90); }

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

border-color css

<style>
 span { border-color: #0E895A; }

 span { border-color: rgb(14,137,90); }

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