Html Css Color HEX #12787F Teal

📋 copy color: '#12787F'

red 18 ◦ green 120 ◦ blue 127

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

Shades of Teal #12787F

Tints of Teal #12787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.28%

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

R = 6.79%
G = 45.28%
B = 47.92%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12787F (or 0x12787F) is known color: Teal. HEX triplet: 12, 78 and 7F. RGB value is (18,120,127). Sum of RGB (Red+Green+Blue) = 18+120+127=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #12787F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12787F is #ED8780. Grayscale: #5A5A5A. Windows color (decimal): -15566721 or 8353810. OLE color: 8353810.

HSL color Cylindrical-coordinate representation of color #12787F: hue angle of 183.85º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12787F is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 120 127 -
CMYK 0.86 0.06 0 0.50
HSL 183.85º 0.75% 0.28% -
HSV(B) 183.85º 0.86% 0.5% -
XYZ 10.8 15.09 22.42 -
YUV 90.3 148.71 76.43 -
System Red Green Blue C M Y K H S L
Decimal 18 120 127 0.86 0.06 0 0.50 183.85 0.75 0.28
Hex 12 78 7F 56 6 0 32 B8 4B 1C
Octal 22 170 177 126 6 0 62 270 113 34
Binary 10010 1111000 1111111 1010110 110 0 110010 10111000 1001011 11100

Color Harmonies of #12787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12787F

Black with #12787F

Text Example


Text Example

White with #12787F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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