Html Css Color HEX #0E856A Deep Sea

📋 copy color: '#0E856A'

red 14 ◦ green 133 ◦ blue 106

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

Shades of Deep Sea #0E856A

Tints of Deep Sea #0E856A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.57%

 BLUE value IS 106 (41.8% from 255) = 41.9%

R = 5.53%
G = 52.57%
B = 41.9%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#0E856A (or 0x0E856A) is known color: Deep Sea. HEX triplet: 0E, 85 and 6A. RGB value is (14,133,106). Sum of RGB (Red+Green+Blue) = 14+133+106=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #0E856A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E856A is #F17A95. Grayscale: #5E5E5E. Windows color (decimal): -15825558 or 6980878. OLE color: 6980878.

HSL color Cylindrical-coordinate representation of color #0E856A: hue angle of 166.39º 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 #0E856A is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 14 133 106 -
CMYK 0.89 0 0.20 0.48
HSL 166.39º 0.81% 0.29% -
HSV(B) 166.39º 0.89% 0.52% -
XYZ 11.17 17.91 16.5 -
YUV 94.34 134.58 70.7 -
System Red Green Blue C M Y K H S L
Decimal 14 133 106 0.89 0 0.20 0.48 166.39 0.81 0.29
Hex E 85 6A 59 0 14 30 A6 51 1D
Octal 16 205 152 131 0 24 60 246 121 35
Binary 1110 10000101 1101010 1011001 0 10100 110000 10100110 1010001 11101

Color Harmonies of #0E856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E856A

Black with #0E856A

Text Example


Text Example

White with #0E856A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,133,106); }

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

background-color css

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

 a { background-color: rgb(14,133,106); }

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

border-color css

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

 span { border-color: rgb(14,133,106); }

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