Html Css Color HEX #0E815F Deep Sea

📋 copy color: '#0E815F'

red 14 ◦ green 129 ◦ blue 95

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

Shades of Deep Sea #0E815F

Tints of Deep Sea #0E815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.2%

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

R = 5.88%
G = 54.2%
B = 39.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#0E815F (or 0x0E815F) is known color: Deep Sea. HEX triplet: 0E, 81 and 5F. RGB value is (14,129,95). Sum of RGB (Red+Green+Blue) = 14+129+95=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #0E815F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E815F is #F17EA0. Grayscale: #5A5A5A. Windows color (decimal): -15826593 or 6258958. OLE color: 6258958.

HSL color Cylindrical-coordinate representation of color #0E815F: hue angle of 162.26º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E815F is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 129 95 -
CMYK 0.89 0 0.26 0.49
HSL 162.26º 0.8% 0.28% -
HSV(B) 162.26º 0.89% 0.51% -
XYZ 10.1 16.62 13.5 -
YUV 90.74 130.4 73.26 -
System Red Green Blue C M Y K H S L
Decimal 14 129 95 0.89 0 0.26 0.49 162.26 0.8 0.28
Hex E 81 5F 59 0 1A 31 A2 50 1C
Octal 16 201 137 131 0 32 61 242 120 34
Binary 1110 10000001 1011111 1011001 0 11010 110001 10100010 1010000 11100

Color Harmonies of #0E815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E815F

Black with #0E815F

Text Example


Text Example

White with #0E815F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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