Html Css Color HEX #0E7882 Teal

📋 copy color: '#0E7882'

red 14 ◦ green 120 ◦ blue 130

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

Shades of Teal #0E7882

Tints of Teal #0E7882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.45%

 BLUE value IS 130 (51.17% from 255) = 49.24%

R = 5.3%
G = 45.45%
B = 49.24%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0E7882 (or 0x0E7882) is known color: Teal. HEX triplet: 0E, 78 and 82. RGB value is (14,120,130). Sum of RGB (Red+Green+Blue) = 14+120+130=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E7882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7882 is #F1877D. Grayscale: #595959. Windows color (decimal): -15828862 or 8550414. OLE color: 8550414.

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

Color convert

RGB 14 120 130 -
CMYK 0.89 0.08 0 0.49
HSL 185.17º 0.81% 0.28% -
HSV(B) 185.17º 0.89% 0.51% -
XYZ 10.93 15.14 23.47 -
YUV 89.45 150.88 74.19 -
System Red Green Blue C M Y K H S L
Decimal 14 120 130 0.89 0.08 0 0.49 185.17 0.81 0.28
Hex E 78 82 59 8 0 31 B9 51 1C
Octal 16 170 202 131 10 0 61 271 121 34
Binary 1110 1111000 10000010 1011001 1000 0 110001 10111001 1010001 11100

Color Harmonies of #0E7882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7882

Black with #0E7882

Text Example


Text Example

White with #0E7882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,120,130); }

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

background-color css

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

 a { background-color: rgb(14,120,130); }

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

border-color css

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

 span { border-color: rgb(14,120,130); }

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