Html Css Color HEX #12787D Teal

📋 copy color: '#12787D'

red 18 ◦ green 120 ◦ blue 125

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

Shades of Teal #12787D

Tints of Teal #12787D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.53%

R = 6.84%
G = 45.63%
B = 47.53%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12787D (or 0x12787D) is known color: Teal. HEX triplet: 12, 78 and 7D. RGB value is (18,120,125). Sum of RGB (Red+Green+Blue) = 18+120+125=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #12787D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12787D is #ED8782. Grayscale: #595959. Windows color (decimal): -15566723 or 8222738. OLE color: 8222738.

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

Color convert

RGB 18 120 125 -
CMYK 0.86 0.04 0 0.51
HSL 182.8º 0.75% 0.28% -
HSV(B) 182.8º 0.86% 0.49% -
XYZ 10.67 15.04 21.74 -
YUV 90.07 147.71 76.59 -
System Red Green Blue C M Y K H S L
Decimal 18 120 125 0.86 0.04 0 0.51 182.8 0.75 0.28
Hex 12 78 7D 56 4 0 33 B7 4B 1C
Octal 22 170 175 126 4 0 63 267 113 34
Binary 10010 1111000 1111101 1010110 100 0 110011 10110111 1001011 11100

Color Harmonies of #12787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12787D

Black with #12787D

Text Example


Text Example

White with #12787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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