Html Css Color HEX #127A7F Teal

📋 copy color: '#127A7F'

red 18 ◦ green 122 ◦ blue 127

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

Shades of Teal #127A7F

Tints of Teal #127A7F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.69%

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

R = 6.74%
G = 45.69%
B = 47.57%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#127A7F (or 0x127A7F) is known color: Teal. HEX triplet: 12, 7A and 7F. RGB value is (18,122,127). Sum of RGB (Red+Green+Blue) = 18+122+127=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #127A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A7F is #ED8580. Grayscale: #5B5B5B. Windows color (decimal): -15566209 or 8354322. OLE color: 8354322.

HSL color Cylindrical-coordinate representation of color #127A7F: hue angle of 182.75º 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 #127A7F is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 122 127 -
CMYK 0.86 0.04 0 0.50
HSL 182.75º 0.75% 0.28% -
HSV(B) 182.75º 0.86% 0.5% -
XYZ 11.04 15.58 22.5 -
YUV 91.47 148.04 75.59 -
System Red Green Blue C M Y K H S L
Decimal 18 122 127 0.86 0.04 0 0.50 182.75 0.75 0.28
Hex 12 7A 7F 56 4 0 32 B7 4B 1C
Octal 22 172 177 126 4 0 62 267 113 34
Binary 10010 1111010 1111111 1010110 100 0 110010 10110111 1001011 11100

Color Harmonies of #127A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A7F

Black with #127A7F

Text Example


Text Example

White with #127A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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