Html Css Color HEX #0E885D Deep Sea

📋 copy color: '#0E885D'

red 14 ◦ green 136 ◦ blue 93

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

Shades of Deep Sea #0E885D

Tints of Deep Sea #0E885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.97%

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

R = 5.76%
G = 55.97%
B = 38.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#0E885D (or 0x0E885D) is known color: Deep Sea. HEX triplet: 0E, 88 and 5D. RGB value is (14,136,93). Sum of RGB (Red+Green+Blue) = 14+136+93=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #0E885D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E885D is #F177A2. Grayscale: #5E5E5E. Windows color (decimal): -15824803 or 6129678. OLE color: 6129678.

HSL color Cylindrical-coordinate representation of color #0E885D: hue angle of 158.85º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E885D is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 136 93 -
CMYK 0.90 0 0.32 0.47
HSL 158.85º 0.81% 0.29% -
HSV(B) 158.85º 0.9% 0.53% -
XYZ 10.96 18.49 13.35 -
YUV 94.62 127.08 70.5 -
System Red Green Blue C M Y K H S L
Decimal 14 136 93 0.90 0 0.32 0.47 158.85 0.81 0.29
Hex E 88 5D 5A 0 20 2F 9F 51 1D
Octal 16 210 135 132 0 40 57 237 121 35
Binary 1110 10001000 1011101 1011010 0 100000 101111 10011111 1010001 11101

Color Harmonies of #0E885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E885D

Black with #0E885D

Text Example


Text Example

White with #0E885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,136,93); }

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

background-color css

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

 a { background-color: rgb(14,136,93); }

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

border-color css

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

 span { border-color: rgb(14,136,93); }

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