Html Css Color HEX #0E877D Teal

📋 copy color: '#0E877D'

red 14 ◦ green 135 ◦ blue 125

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

Shades of Teal #0E877D

Tints of Teal #0E877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.27%

 BLUE value IS 125 (49.22% from 255) = 45.62%

R = 5.11%
G = 49.27%
B = 45.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#0E877D (or 0x0E877D) is known color: Teal. HEX triplet: 0E, 87 and 7D. RGB value is (14,135,125). Sum of RGB (Red+Green+Blue) = 14+135+125=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #0E877D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E877D is #F17882. Grayscale: #616161. Windows color (decimal): -15825027 or 8226574. OLE color: 8226574.

HSL color Cylindrical-coordinate representation of color #0E877D: hue angle of 175.04º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E877D is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 135 125 -
CMYK 0.90 0 0.07 0.47
HSL 175.04º 0.81% 0.29% -
HSV(B) 175.04º 0.9% 0.53% -
XYZ 12.55 18.9 22.39 -
YUV 97.68 143.41 68.31 -
System Red Green Blue C M Y K H S L
Decimal 14 135 125 0.90 0 0.07 0.47 175.04 0.81 0.29
Hex E 87 7D 5A 0 7 2F AF 51 1D
Octal 16 207 175 132 0 7 57 257 121 35
Binary 1110 10000111 1111101 1011010 0 111 101111 10101111 1010001 11101

Color Harmonies of #0E877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E877D

Black with #0E877D

Text Example


Text Example

White with #0E877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,135,125); }

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

background-color css

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

 a { background-color: rgb(14,135,125); }

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

border-color css

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

 span { border-color: rgb(14,135,125); }

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