Html Css Color HEX #12897E Teal

📋 copy color: '#12897E'

red 18 ◦ green 137 ◦ blue 126

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

Shades of Teal #12897E

Tints of Teal #12897E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.84%

R = 6.41%
G = 48.75%
B = 44.84%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#12897E (or 0x12897E) is known color: Teal. HEX triplet: 12, 89 and 7E. RGB value is (18,137,126). Sum of RGB (Red+Green+Blue) = 18+137+126=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #12897E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12897E is #ED7681. Grayscale: #646464. Windows color (decimal): -15562370 or 8292626. OLE color: 8292626.

HSL color Cylindrical-coordinate representation of color #12897E: hue angle of 174.45º 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 #12897E is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 137 126 -
CMYK 0.87 0 0.08 0.46
HSL 174.45º 0.77% 0.3% -
HSV(B) 174.45º 0.87% 0.54% -
XYZ 12.96 19.53 22.82 -
YUV 100.17 142.58 69.39 -
System Red Green Blue C M Y K H S L
Decimal 18 137 126 0.87 0 0.08 0.46 174.45 0.77 0.3
Hex 12 89 7E 57 0 8 2E AE 4D 1E
Octal 22 211 176 127 0 10 56 256 115 36
Binary 10010 10001001 1111110 1010111 0 1000 101110 10101110 1001101 11110

Color Harmonies of #12897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12897E

Black with #12897E

Text Example


Text Example

White with #12897E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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