Html Css Color HEX #127C8B Teal

📋 copy color: '#127C8B'

red 18 ◦ green 124 ◦ blue 139

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

Shades of Teal #127C8B

Tints of Teal #127C8B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.13%

 BLUE value IS 139 (54.69% from 255) = 49.47%

R = 6.41%
G = 44.13%
B = 49.47%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#127C8B (or 0x127C8B) is known color: Teal. HEX triplet: 12, 7C and 8B. RGB value is (18,124,139). Sum of RGB (Red+Green+Blue) = 18+124+139=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #127C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C8B is #ED8374. Grayscale: #5D5D5D. Windows color (decimal): -15565685 or 9141266. OLE color: 9141266.

HSL color Cylindrical-coordinate representation of color #127C8B: hue angle of 187.44º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127C8B is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 124 139 -
CMYK 0.87 0.11 0 0.45
HSL 187.44º 0.77% 0.31% -
HSV(B) 187.44º 0.87% 0.55% -
XYZ 12.12 16.41 26.95 -
YUV 94.02 153.38 73.78 -
System Red Green Blue C M Y K H S L
Decimal 18 124 139 0.87 0.11 0 0.45 187.44 0.77 0.31
Hex 12 7C 8B 57 B 0 2D BB 4D 1F
Octal 22 174 213 127 13 0 55 273 115 37
Binary 10010 1111100 10001011 1010111 1011 0 101101 10111011 1001101 11111

Color Harmonies of #127C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C8B

Black with #127C8B

Text Example


Text Example

White with #127C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127C8B; }

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

 H1.HeaderClassName
 {
   color: #127C8B;
 }
 .AnyTagClassName
 {
   color: #127C8B;
 }
</style>

background-color css

<style>
 a { background-color: #127C8B; }

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

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

border-color css

<style>
 span { border-color: #127C8B; }

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

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