Html Css Color HEX #0E845F Deep Sea

📋 copy color: '#0E845F'

red 14 ◦ green 132 ◦ blue 95

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

Shades of Deep Sea #0E845F

Tints of Deep Sea #0E845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 54.77%

 BLUE value IS 95 (37.5% from 255) = 39.42%

R = 5.81%
G = 54.77%
B = 39.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#0E845F (or 0x0E845F) is known color: Deep Sea. HEX triplet: 0E, 84 and 5F. RGB value is (14,132,95). Sum of RGB (Red+Green+Blue) = 14+132+95=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #0E845F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E845F is #F17BA0. Grayscale: #5C5C5C. Windows color (decimal): -15825825 or 6259726. OLE color: 6259726.

HSL color Cylindrical-coordinate representation of color #0E845F: hue angle of 161.19º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E845F is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 14 132 95 -
CMYK 0.89 0 0.28 0.48
HSL 161.19º 0.81% 0.29% -
HSV(B) 161.19º 0.89% 0.52% -
XYZ 10.5 17.42 13.64 -
YUV 92.5 129.41 72.01 -
System Red Green Blue C M Y K H S L
Decimal 14 132 95 0.89 0 0.28 0.48 161.19 0.81 0.29
Hex E 84 5F 59 0 1C 30 A1 51 1D
Octal 16 204 137 131 0 34 60 241 121 35
Binary 1110 10000100 1011111 1011001 0 11100 110000 10100001 1010001 11101

Color Harmonies of #0E845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E845F

Black with #0E845F

Text Example


Text Example

White with #0E845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,132,95); }

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

background-color css

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

 a { background-color: rgb(14,132,95); }

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

border-color css

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

 span { border-color: rgb(14,132,95); }

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