Html Css Color HEX #0F7C85 Teal

📋 copy color: '#0F7C85'

red 15 ◦ green 124 ◦ blue 133

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

Shades of Teal #0F7C85

Tints of Teal #0F7C85

RGB

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

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

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

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

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0F7C85 (or 0x0F7C85) is known color: Teal. HEX triplet: 0F, 7C and 85. RGB value is (15,124,133). Sum of RGB (Red+Green+Blue) = 15+124+133=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F7C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7C85 is #F0837A. Grayscale: #5C5C5C. Windows color (decimal): -15762299 or 8748047. OLE color: 8748047.

HSL color Cylindrical-coordinate representation of color #0F7C85: hue angle of 184.58º 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 #0F7C85 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 124 133 -
CMYK 0.89 0.07 0 0.48
HSL 184.58º 0.8% 0.29% -
HSV(B) 184.58º 0.89% 0.52% -
XYZ 11.64 16.21 24.71 -
YUV 92.44 150.89 72.77 -
System Red Green Blue C M Y K H S L
Decimal 15 124 133 0.89 0.07 0 0.48 184.58 0.8 0.29
Hex F 7C 85 59 7 0 30 B9 50 1D
Octal 17 174 205 131 7 0 60 271 120 35
Binary 1111 1111100 10000101 1011001 111 0 110000 10111001 1010000 11101

Color Harmonies of #0F7C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7C85

Black with #0F7C85

Text Example


Text Example

White with #0F7C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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