Html Css Color HEX #127B82 Teal

📋 copy color: '#127B82'

red 18 ◦ green 123 ◦ blue 130

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

Shades of Teal #127B82

Tints of Teal #127B82

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.39%

 BLUE value IS 130 (51.17% from 255) = 47.97%

R = 6.64%
G = 45.39%
B = 47.97%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#127B82 (or 0x127B82) is known color: Teal. HEX triplet: 12, 7B and 82. RGB value is (18,123,130). Sum of RGB (Red+Green+Blue) = 18+123+130=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #127B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B82 is #ED847D. Grayscale: #5C5C5C. Windows color (decimal): -15565950 or 8551186. OLE color: 8551186.

HSL color Cylindrical-coordinate representation of color #127B82: hue angle of 183.75º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127B82 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 123 130 -
CMYK 0.86 0.05 0 0.49
HSL 183.75º 0.76% 0.29% -
HSV(B) 183.75º 0.86% 0.51% -
XYZ 11.36 15.91 23.59 -
YUV 92.4 149.21 74.93 -
System Red Green Blue C M Y K H S L
Decimal 18 123 130 0.86 0.05 0 0.49 183.75 0.76 0.29
Hex 12 7B 82 56 5 0 31 B8 4C 1D
Octal 22 173 202 126 5 0 61 270 114 35
Binary 10010 1111011 10000010 1010110 101 0 110001 10111000 1001100 11101

Color Harmonies of #127B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127B82

Black with #127B82

Text Example


Text Example

White with #127B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,123,130); }

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

background-color css

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

 a { background-color: rgb(18,123,130); }

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

border-color css

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

 span { border-color: rgb(18,123,130); }

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