Html Css Color HEX #0F807F Teal

📋 copy color: '#0F807F'

red 15 ◦ green 128 ◦ blue 127

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

Shades of Teal #0F807F

Tints of Teal #0F807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.41%

 BLUE value IS 127 (50% from 255) = 47.04%

R = 5.56%
G = 47.41%
B = 47.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#0F807F (or 0x0F807F) is known color: Teal. HEX triplet: 0F, 80 and 7F. RGB value is (15,128,127). Sum of RGB (Red+Green+Blue) = 15+128+127=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #0F807F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F807F is #F07F80. Grayscale: #5D5D5D. Windows color (decimal): -15761281 or 8355855. OLE color: 8355855.

HSL color Cylindrical-coordinate representation of color #0F807F: hue angle of 179.47º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F807F is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 15 128 127 -
CMYK 0.88 0 0.01 0.50
HSL 179.47º 0.79% 0.28% -
HSV(B) 179.47º 0.88% 0.5% -
XYZ 11.75 17.07 22.75 -
YUV 94.1 146.56 71.58 -
System Red Green Blue C M Y K H S L
Decimal 15 128 127 0.88 0 0.01 0.50 179.47 0.79 0.28
Hex F 80 7F 58 0 1 32 B3 4F 1C
Octal 17 200 177 130 0 1 62 263 117 34
Binary 1111 10000000 1111111 1011000 0 1 110010 10110011 1001111 11100

Color Harmonies of #0F807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F807F

Black with #0F807F

Text Example


Text Example

White with #0F807F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,128,127); }

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

background-color css

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

 a { background-color: rgb(15,128,127); }

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

border-color css

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

 span { border-color: rgb(15,128,127); }

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