Html Css Color HEX #127F83 Teal

📋 copy color: '#127F83'

red 18 ◦ green 127 ◦ blue 131

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

Shades of Teal #127F83

Tints of Teal #127F83

RGB

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

 GREEN value IS 127 (50% from 255) = 46.01%

 BLUE value IS 131 (51.56% from 255) = 47.46%

R = 6.52%
G = 46.01%
B = 47.46%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#127F83 (or 0x127F83) is known color: Teal. HEX triplet: 12, 7F and 83. RGB value is (18,127,131). Sum of RGB (Red+Green+Blue) = 18+127+131=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #127F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F83 is #ED807C. Grayscale: #5E5E5E. Windows color (decimal): -15564925 or 8617746. OLE color: 8617746.

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

Color convert

RGB 18 127 131 -
CMYK 0.86 0.03 0 0.49
HSL 182.12º 0.76% 0.29% -
HSV(B) 182.12º 0.86% 0.51% -
XYZ 11.94 16.95 24.11 -
YUV 94.87 148.39 73.17 -
System Red Green Blue C M Y K H S L
Decimal 18 127 131 0.86 0.03 0 0.49 182.12 0.76 0.29
Hex 12 7F 83 56 3 0 31 B6 4C 1D
Octal 22 177 203 126 3 0 61 266 114 35
Binary 10010 1111111 10000011 1010110 11 0 110001 10110110 1001100 11101

Color Harmonies of #127F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F83

Black with #127F83

Text Example


Text Example

White with #127F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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