Html Css Color HEX #12897F Teal

📋 copy color: '#12897F'

red 18 ◦ green 137 ◦ blue 127

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

Shades of Teal #12897F

Tints of Teal #12897F

RGB

 RED value IS 18 (7.42% from 255) = 6.38%

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

 BLUE value IS 127 (50% from 255) = 45.04%

R = 6.38%
G = 48.58%
B = 45.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#12897F (or 0x12897F) is known color: Teal. HEX triplet: 12, 89 and 7F. RGB value is (18,137,127). Sum of RGB (Red+Green+Blue) = 18+137+127=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #12897F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12897F is #ED7680. Grayscale: #646464. Windows color (decimal): -15562369 or 8358162. OLE color: 8358162.

HSL color Cylindrical-coordinate representation of color #12897F: hue angle of 174.96º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12897F is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 137 127 -
CMYK 0.87 0 0.07 0.46
HSL 174.96º 0.77% 0.3% -
HSV(B) 174.96º 0.87% 0.54% -
XYZ 13.03 19.55 23.17 -
YUV 100.28 143.08 69.31 -
System Red Green Blue C M Y K H S L
Decimal 18 137 127 0.87 0 0.07 0.46 174.96 0.77 0.3
Hex 12 89 7F 57 0 7 2E AF 4D 1E
Octal 22 211 177 127 0 7 56 257 115 36
Binary 10010 10001001 1111111 1010111 0 111 101110 10101111 1001101 11110

Color Harmonies of #12897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12897F

Black with #12897F

Text Example


Text Example

White with #12897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12897F; }

 p { color: rgb(18,137,127); }

 H1.HeaderClassName
 {
   color: #12897F;
 }
 .AnyTagClassName
 {
   color: #12897F;
 }
</style>

background-color css

<style>
 a { background-color: #12897F; }

 a { background-color: rgb(18,137,127); }

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

border-color css

<style>
 span { border-color: #12897F; }

 span { border-color: rgb(18,137,127); }

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