Html Css Color HEX #0F887C Teal

📋 copy color: '#0F887C'

red 15 ◦ green 136 ◦ blue 124

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

Shades of Teal #0F887C

Tints of Teal #0F887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.45%

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

R = 5.45%
G = 49.45%
B = 45.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#0F887C (or 0x0F887C) is known color: Teal. HEX triplet: 0F, 88 and 7C. RGB value is (15,136,124). Sum of RGB (Red+Green+Blue) = 15+136+124=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #0F887C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F887C is #F07783. Grayscale: #626262. Windows color (decimal): -15759236 or 8161295. OLE color: 8161295.

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

Color convert

RGB 15 136 124 -
CMYK 0.89 0 0.09 0.47
HSL 174.05º 0.8% 0.3% -
HSV(B) 174.05º 0.89% 0.53% -
XYZ 12.64 19.17 22.1 -
YUV 98.45 142.41 68.48 -
System Red Green Blue C M Y K H S L
Decimal 15 136 124 0.89 0 0.09 0.47 174.05 0.8 0.3
Hex F 88 7C 59 0 9 2F AE 50 1E
Octal 17 210 174 131 0 11 57 256 120 36
Binary 1111 10001000 1111100 1011001 0 1001 101111 10101110 1010000 11110

Color Harmonies of #0F887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F887C

Black with #0F887C

Text Example


Text Example

White with #0F887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,136,124); }

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

background-color css

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

 a { background-color: rgb(15,136,124); }

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

border-color css

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

 span { border-color: rgb(15,136,124); }

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