Html Css Color HEX #0E877C Teal

📋 copy color: '#0E877C'

red 14 ◦ green 135 ◦ blue 124

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

Shades of Teal #0E877C

Tints of Teal #0E877C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 5.13%
G = 49.45%
B = 45.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#0E877C (or 0x0E877C) is known color: Teal. HEX triplet: 0E, 87 and 7C. RGB value is (14,135,124). Sum of RGB (Red+Green+Blue) = 14+135+124=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #0E877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E877C is #F17883. Grayscale: #616161. Windows color (decimal): -15825028 or 8161038. OLE color: 8161038.

HSL color Cylindrical-coordinate representation of color #0E877C: hue angle of 174.55º 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 #0E877C is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 135 124 -
CMYK 0.90 0 0.08 0.47
HSL 174.55º 0.81% 0.29% -
HSV(B) 174.55º 0.9% 0.53% -
XYZ 12.48 18.88 22.05 -
YUV 97.57 142.91 68.39 -
System Red Green Blue C M Y K H S L
Decimal 14 135 124 0.90 0 0.08 0.47 174.55 0.81 0.29
Hex E 87 7C 5A 0 8 2F AF 51 1D
Octal 16 207 174 132 0 10 57 257 121 35
Binary 1110 10000111 1111100 1011010 0 1000 101111 10101111 1010001 11101

Color Harmonies of #0E877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E877C

Black with #0E877C

Text Example


Text Example

White with #0E877C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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