Html Css Color HEX #0E8069 Deep Sea

📋 copy color: '#0E8069'

red 14 ◦ green 128 ◦ blue 105

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

Shades of Deep Sea #0E8069

Tints of Deep Sea #0E8069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.82%

 BLUE value IS 105 (41.41% from 255) = 42.51%

R = 5.67%
G = 51.82%
B = 42.51%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#0E8069 (or 0x0E8069) is known color: Deep Sea. HEX triplet: 0E, 80 and 69. RGB value is (14,128,105). Sum of RGB (Red+Green+Blue) = 14+128+105=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #0E8069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8069 is #F17F96. Grayscale: #5B5B5B. Windows color (decimal): -15826839 or 6914062. OLE color: 6914062.

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

Color convert

RGB 14 128 105 -
CMYK 0.89 0 0.18 0.50
HSL 167.89º 0.8% 0.28% -
HSV(B) 167.89º 0.89% 0.5% -
XYZ 10.45 16.55 16.01 -
YUV 91.29 135.73 72.87 -
System Red Green Blue C M Y K H S L
Decimal 14 128 105 0.89 0 0.18 0.50 167.89 0.8 0.28
Hex E 80 69 59 0 12 32 A8 50 1C
Octal 16 200 151 131 0 22 62 250 120 34
Binary 1110 10000000 1101001 1011001 0 10010 110010 10101000 1010000 11100

Color Harmonies of #0E8069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8069

Black with #0E8069

Text Example


Text Example

White with #0E8069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,128,105); }

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

background-color css

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

 a { background-color: rgb(14,128,105); }

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

border-color css

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

 span { border-color: rgb(14,128,105); }

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