Html Css Color HEX #0F897B Teal

📋 copy color: '#0F897B'

red 15 ◦ green 137 ◦ blue 123

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

Shades of Teal #0F897B

Tints of Teal #0F897B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.82%

 BLUE value IS 123 (48.44% from 255) = 44.73%

R = 5.45%
G = 49.82%
B = 44.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#0F897B (or 0x0F897B) is known color: Teal. HEX triplet: 0F, 89 and 7B. RGB value is (15,137,123). Sum of RGB (Red+Green+Blue) = 15+137+123=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #0F897B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F897B is #F07684. Grayscale: #626262. Windows color (decimal): -15758981 or 8096015. OLE color: 8096015.

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

Color convert

RGB 15 137 123 -
CMYK 0.89 0 0.10 0.46
HSL 173.11º 0.8% 0.3% -
HSV(B) 173.11º 0.89% 0.54% -
XYZ 12.72 19.42 21.82 -
YUV 98.93 141.58 68.14 -
System Red Green Blue C M Y K H S L
Decimal 15 137 123 0.89 0 0.10 0.46 173.11 0.8 0.3
Hex F 89 7B 59 0 A 2E AD 50 1E
Octal 17 211 173 131 0 12 56 255 120 36
Binary 1111 10001001 1111011 1011001 0 1010 101110 10101101 1010000 11110

Color Harmonies of #0F897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F897B

Black with #0F897B

Text Example


Text Example

White with #0F897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,137,123); }

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

background-color css

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

 a { background-color: rgb(15,137,123); }

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

border-color css

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

 span { border-color: rgb(15,137,123); }

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