Html Css Color HEX #0E8965 Deep Sea

📋 copy color: '#0E8965'

red 14 ◦ green 137 ◦ blue 101

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

Shades of Deep Sea #0E8965

Tints of Deep Sea #0E8965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.37%

 BLUE value IS 101 (39.84% from 255) = 40.08%

R = 5.56%
G = 54.37%
B = 40.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#0E8965 (or 0x0E8965) is known color: Deep Sea. HEX triplet: 0E, 89 and 65. RGB value is (14,137,101). Sum of RGB (Red+Green+Blue) = 14+137+101=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #0E8965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8965 is #F1769A. Grayscale: #606060. Windows color (decimal): -15824539 or 6654222. OLE color: 6654222.

HSL color Cylindrical-coordinate representation of color #0E8965: hue angle of 162.44º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8965 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 14 137 101 -
CMYK 0.90 0 0.26 0.46
HSL 162.44º 0.81% 0.3% -
HSV(B) 162.44º 0.9% 0.54% -
XYZ 11.48 18.92 15.36 -
YUV 96.12 130.75 69.43 -
System Red Green Blue C M Y K H S L
Decimal 14 137 101 0.90 0 0.26 0.46 162.44 0.81 0.3
Hex E 89 65 5A 0 1A 2E A2 51 1E
Octal 16 211 145 132 0 32 56 242 121 36
Binary 1110 10001001 1100101 1011010 0 11010 101110 10100010 1010001 11110

Color Harmonies of #0E8965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8965

Black with #0E8965

Text Example


Text Example

White with #0E8965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,137,101); }

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

background-color css

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

 a { background-color: rgb(14,137,101); }

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

border-color css

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

 span { border-color: rgb(14,137,101); }

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