Html Css Color HEX #0E816F Deep Sea

📋 copy color: '#0E816F'

red 14 ◦ green 129 ◦ blue 111

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

Shades of Deep Sea #0E816F

Tints of Deep Sea #0E816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.79%

 BLUE value IS 111 (43.75% from 255) = 43.7%

R = 5.51%
G = 50.79%
B = 43.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#0E816F (or 0x0E816F) is known color: Deep Sea. HEX triplet: 0E, 81 and 6F. RGB value is (14,129,111). Sum of RGB (Red+Green+Blue) = 14+129+111=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #0E816F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E816F is #F17E90. Grayscale: #5C5C5C. Windows color (decimal): -15826577 or 7307534. OLE color: 7307534.

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

Color convert

RGB 14 129 111 -
CMYK 0.89 0 0.14 0.49
HSL 170.61º 0.8% 0.28% -
HSV(B) 170.61º 0.89% 0.51% -
XYZ 10.9 16.94 17.73 -
YUV 92.56 138.4 71.96 -
System Red Green Blue C M Y K H S L
Decimal 14 129 111 0.89 0 0.14 0.49 170.61 0.8 0.28
Hex E 81 6F 59 0 E 31 AB 50 1C
Octal 16 201 157 131 0 16 61 253 120 34
Binary 1110 10000001 1101111 1011001 0 1110 110001 10101011 1010000 11100

Color Harmonies of #0E816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E816F

Black with #0E816F

Text Example


Text Example

White with #0E816F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,129,111); }

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

background-color css

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

 a { background-color: rgb(14,129,111); }

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

border-color css

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

 span { border-color: rgb(14,129,111); }

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