Html Css Color HEX #0F7E89 Teal

📋 copy color: '#0F7E89'

red 15 ◦ green 126 ◦ blue 137

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

Shades of Teal #0F7E89

Tints of Teal #0F7E89

RGB

 RED value IS 15 (6.25% from 255) = 5.4%

 GREEN value IS 126 (49.61% from 255) = 45.32%

 BLUE value IS 137 (53.91% from 255) = 49.28%

R = 5.4%
G = 45.32%
B = 49.28%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0F7E89 (or 0x0F7E89) is known color: Teal. HEX triplet: 0F, 7E and 89. RGB value is (15,126,137). Sum of RGB (Red+Green+Blue) = 15+126+137=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F7E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7E89 is #F08176. Grayscale: #5D5D5D. Windows color (decimal): -15761783 or 9010703. OLE color: 9010703.

HSL color Cylindrical-coordinate representation of color #0F7E89: hue angle of 185.41º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F7E89 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 15 126 137 -
CMYK 0.89 0.08 0 0.46
HSL 185.41º 0.8% 0.3% -
HSV(B) 185.41º 0.89% 0.54% -
XYZ 12.17 16.83 26.27 -
YUV 94.07 152.23 71.61 -
System Red Green Blue C M Y K H S L
Decimal 15 126 137 0.89 0.08 0 0.46 185.41 0.8 0.3
Hex F 7E 89 59 8 0 2E B9 50 1E
Octal 17 176 211 131 10 0 56 271 120 36
Binary 1111 1111110 10001001 1011001 1000 0 101110 10111001 1010000 11110

Color Harmonies of #0F7E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7E89

Black with #0F7E89

Text Example


Text Example

White with #0F7E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,126,137); }

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

background-color css

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

 a { background-color: rgb(15,126,137); }

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

border-color css

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

 span { border-color: rgb(15,126,137); }

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