Html Css Color HEX #0F857C Teal

📋 copy color: '#0F857C'

red 15 ◦ green 133 ◦ blue 124

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

Shades of Teal #0F857C

Tints of Teal #0F857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.9%

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

R = 5.51%
G = 48.9%
B = 45.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#0F857C (or 0x0F857C) is known color: Teal. HEX triplet: 0F, 85 and 7C. RGB value is (15,133,124). Sum of RGB (Red+Green+Blue) = 15+133+124=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #0F857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F857C is #F07A83. Grayscale: #606060. Windows color (decimal): -15760004 or 8160527. OLE color: 8160527.

HSL color Cylindrical-coordinate representation of color #0F857C: hue angle of 175.42º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F857C is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 133 124 -
CMYK 0.89 0 0.07 0.48
HSL 175.42º 0.8% 0.29% -
HSV(B) 175.42º 0.89% 0.52% -
XYZ 12.22 18.33 21.96 -
YUV 96.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 15 133 124 0.89 0 0.07 0.48 175.42 0.8 0.29
Hex F 85 7C 59 0 7 30 AF 50 1D
Octal 17 205 174 131 0 7 60 257 120 35
Binary 1111 10000101 1111100 1011001 0 111 110000 10101111 1010000 11101

Color Harmonies of #0F857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F857C

Black with #0F857C

Text Example


Text Example

White with #0F857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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