Html Css Color HEX #127A8A Teal

📋 copy color: '#127A8A'

red 18 ◦ green 122 ◦ blue 138

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

Shades of Teal #127A8A

Tints of Teal #127A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 49.64%

R = 6.47%
G = 43.88%
B = 49.64%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#127A8A (or 0x127A8A) is known color: Teal. HEX triplet: 12, 7A and 8A. RGB value is (18,122,138). Sum of RGB (Red+Green+Blue) = 18+122+138=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #127A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127A8A is #ED8575. Grayscale: #5C5C5C. Windows color (decimal): -15566198 or 9075218. OLE color: 9075218.

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

Color convert

RGB 18 122 138 -
CMYK 0.87 0.12 0 0.46
HSL 188º 0.77% 0.31% -
HSV(B) 188º 0.87% 0.54% -
XYZ 11.8 15.88 26.49 -
YUV 92.73 153.54 74.7 -
System Red Green Blue C M Y K H S L
Decimal 18 122 138 0.87 0.12 0 0.46 188 0.77 0.31
Hex 12 7A 8A 57 C 0 2E BC 4D 1F
Octal 22 172 212 127 14 0 56 274 115 37
Binary 10010 1111010 10001010 1010111 1100 0 101110 10111100 1001101 11111

Color Harmonies of #127A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A8A

Black with #127A8A

Text Example


Text Example

White with #127A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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