Html Css Color HEX #0E856B Deep Sea

📋 copy color: '#0E856B'

red 14 ◦ green 133 ◦ blue 107

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

Shades of Deep Sea #0E856B

Tints of Deep Sea #0E856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 5.51%
G = 52.36%
B = 42.13%

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

#0E856B (or 0x0E856B) is known color: Deep Sea. HEX triplet: 0E, 85 and 6B. RGB value is (14,133,107). Sum of RGB (Red+Green+Blue) = 14+133+107=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #0E856B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E856B is #F17A94. Grayscale: #5E5E5E. Windows color (decimal): -15825557 or 7046414. OLE color: 7046414.

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

Color convert

RGB 14 133 107 -
CMYK 0.89 0 0.20 0.48
HSL 166.89º 0.81% 0.29% -
HSV(B) 166.89º 0.89% 0.52% -
XYZ 11.22 17.93 16.78 -
YUV 94.46 135.08 70.61 -
System Red Green Blue C M Y K H S L
Decimal 14 133 107 0.89 0 0.20 0.48 166.89 0.81 0.29
Hex E 85 6B 59 0 14 30 A7 51 1D
Octal 16 205 153 131 0 24 60 247 121 35
Binary 1110 10000101 1101011 1011001 0 10100 110000 10100111 1010001 11101

Color Harmonies of #0E856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E856B

Black with #0E856B

Text Example


Text Example

White with #0E856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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