Html Css Color HEX #127983 Teal

📋 copy color: '#127983'

red 18 ◦ green 121 ◦ blue 131

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

Shades of Teal #127983

Tints of Teal #127983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.81%

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

R = 6.67%
G = 44.81%
B = 48.52%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#127983 (or 0x127983) is known color: Teal. HEX triplet: 12, 79 and 83. RGB value is (18,121,131). Sum of RGB (Red+Green+Blue) = 18+121+131=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #127983 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127983 is #ED867C. Grayscale: #5B5B5B. Windows color (decimal): -15566461 or 8616210. OLE color: 8616210.

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

Color convert

RGB 18 121 131 -
CMYK 0.86 0.08 0 0.49
HSL 185.31º 0.76% 0.29% -
HSV(B) 185.31º 0.86% 0.51% -
XYZ 11.18 15.44 23.86 -
YUV 91.34 150.38 75.69 -
System Red Green Blue C M Y K H S L
Decimal 18 121 131 0.86 0.08 0 0.49 185.31 0.76 0.29
Hex 12 79 83 56 8 0 31 B9 4C 1D
Octal 22 171 203 126 10 0 61 271 114 35
Binary 10010 1111001 10000011 1010110 1000 0 110001 10111001 1001100 11101

Color Harmonies of #127983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127983

Black with #127983

Text Example


Text Example

White with #127983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127983; }

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

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

background-color css

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

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

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

border-color css

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

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

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