Html Css Color HEX #12887C Teal

📋 copy color: '#12887C'

red 18 ◦ green 136 ◦ blue 124

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

Shades of Teal #12887C

Tints of Teal #12887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.92%

 BLUE value IS 124 (48.83% from 255) = 44.6%

R = 6.47%
G = 48.92%
B = 44.6%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#12887C (or 0x12887C) is known color: Teal. HEX triplet: 12, 88 and 7C. RGB value is (18,136,124). Sum of RGB (Red+Green+Blue) = 18+136+124=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #12887C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12887C is #ED7783. Grayscale: #636363. Windows color (decimal): -15562628 or 8161298. OLE color: 8161298.

HSL color Cylindrical-coordinate representation of color #12887C: hue angle of 173.9º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12887C is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 136 124 -
CMYK 0.87 0 0.09 0.47
HSL 173.9º 0.77% 0.3% -
HSV(B) 173.9º 0.87% 0.53% -
XYZ 12.69 19.19 22.1 -
YUV 99.35 141.91 69.98 -
System Red Green Blue C M Y K H S L
Decimal 18 136 124 0.87 0 0.09 0.47 173.9 0.77 0.3
Hex 12 88 7C 57 0 9 2F AE 4D 1E
Octal 22 210 174 127 0 11 57 256 115 36
Binary 10010 10001000 1111100 1010111 0 1001 101111 10101110 1001101 11110

Color Harmonies of #12887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12887C

Black with #12887C

Text Example


Text Example

White with #12887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12887C; }

 p { color: rgb(18,136,124); }

 H1.HeaderClassName
 {
   color: #12887C;
 }
 .AnyTagClassName
 {
   color: #12887C;
 }
</style>

background-color css

<style>
 a { background-color: #12887C; }

 a { background-color: rgb(18,136,124); }

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

border-color css

<style>
 span { border-color: #12887C; }

 span { border-color: rgb(18,136,124); }

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