Html Css Color HEX #0E836D Deep Sea

📋 copy color: '#0E836D'

red 14 ◦ green 131 ◦ blue 109

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

Shades of Deep Sea #0E836D

Tints of Deep Sea #0E836D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.57%

 BLUE value IS 109 (42.97% from 255) = 42.91%

R = 5.51%
G = 51.57%
B = 42.91%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#0E836D (or 0x0E836D) is known color: Deep Sea. HEX triplet: 0E, 83 and 6D. RGB value is (14,131,109). Sum of RGB (Red+Green+Blue) = 14+131+109=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #0E836D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E836D is #F17C92. Grayscale: #5D5D5D. Windows color (decimal): -15826067 or 7176974. OLE color: 7176974.

HSL color Cylindrical-coordinate representation of color #0E836D: hue angle of 168.72º degrees, saturation: 0.81, 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 #0E836D is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 131 109 -
CMYK 0.89 0 0.17 0.49
HSL 168.72º 0.81% 0.28% -
HSV(B) 168.72º 0.89% 0.51% -
XYZ 11.06 17.43 17.25 -
YUV 93.51 136.74 71.29 -
System Red Green Blue C M Y K H S L
Decimal 14 131 109 0.89 0 0.17 0.49 168.72 0.81 0.28
Hex E 83 6D 59 0 11 31 A9 51 1C
Octal 16 203 155 131 0 21 61 251 121 34
Binary 1110 10000011 1101101 1011001 0 10001 110001 10101001 1010001 11100

Color Harmonies of #0E836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E836D

Black with #0E836D

Text Example


Text Example

White with #0E836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,131,109); }

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

background-color css

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

 a { background-color: rgb(14,131,109); }

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

border-color css

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

 span { border-color: rgb(14,131,109); }

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