Html Css Color HEX #0E7B8B Teal

📋 copy color: '#0E7B8B'

red 14 ◦ green 123 ◦ blue 139

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

Shades of Teal #0E7B8B

Tints of Teal #0E7B8B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.57%

 BLUE value IS 139 (54.69% from 255) = 50.36%

R = 5.07%
G = 44.57%
B = 50.36%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E7B8B (or 0x0E7B8B) is known color: Teal. HEX triplet: 0E, 7B and 8B. RGB value is (14,123,139). Sum of RGB (Red+Green+Blue) = 14+123+139=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E7B8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7B8B is #F18474. Grayscale: #5C5C5C. Windows color (decimal): -15828085 or 9141006. OLE color: 9141006.

HSL color Cylindrical-coordinate representation of color #0E7B8B: hue angle of 187.68º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E7B8B is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 123 139 -
CMYK 0.90 0.12 0 0.45
HSL 187.68º 0.82% 0.3% -
HSV(B) 187.68º 0.9% 0.55% -
XYZ 11.92 16.12 26.91 -
YUV 92.23 154.39 72.2 -
System Red Green Blue C M Y K H S L
Decimal 14 123 139 0.90 0.12 0 0.45 187.68 0.82 0.3
Hex E 7B 8B 5A C 0 2D BC 52 1E
Octal 16 173 213 132 14 0 55 274 122 36
Binary 1110 1111011 10001011 1011010 1100 0 101101 10111100 1010010 11110

Color Harmonies of #0E7B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7B8B

Black with #0E7B8B

Text Example


Text Example

White with #0E7B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,123,139); }

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

background-color css

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

 a { background-color: rgb(14,123,139); }

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

border-color css

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

 span { border-color: rgb(14,123,139); }

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