Html Css Color HEX #0F857A Teal

📋 copy color: '#0F857A'

red 15 ◦ green 133 ◦ blue 122

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

Shades of Teal #0F857A

Tints of Teal #0F857A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 45.19%

R = 5.56%
G = 49.26%
B = 45.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#0F857A (or 0x0F857A) is known color: Teal. HEX triplet: 0F, 85 and 7A. RGB value is (15,133,122). Sum of RGB (Red+Green+Blue) = 15+133+122=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #0F857A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F857A is #F07A85. Grayscale: #606060. Windows color (decimal): -15760006 or 8029455. OLE color: 8029455.

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

Color convert

RGB 15 133 122 -
CMYK 0.89 0 0.08 0.48
HSL 174.41º 0.8% 0.29% -
HSV(B) 174.41º 0.89% 0.52% -
XYZ 12.1 18.28 21.3 -
YUV 96.46 142.41 69.89 -
System Red Green Blue C M Y K H S L
Decimal 15 133 122 0.89 0 0.08 0.48 174.41 0.8 0.29
Hex F 85 7A 59 0 8 30 AE 50 1D
Octal 17 205 172 131 0 10 60 256 120 35
Binary 1111 10000101 1111010 1011001 0 1000 110000 10101110 1010000 11101

Color Harmonies of #0F857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F857A

Black with #0F857A

Text Example


Text Example

White with #0F857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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