Html Css Color HEX #128286 Teal

📋 copy color: '#128286'

red 18 ◦ green 130 ◦ blue 134

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

Shades of Teal #128286

Tints of Teal #128286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.1%

 BLUE value IS 134 (52.73% from 255) = 47.52%

R = 6.38%
G = 46.1%
B = 47.52%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#128286 (or 0x128286) is known color: Teal. HEX triplet: 12, 82 and 86. RGB value is (18,130,134). Sum of RGB (Red+Green+Blue) = 18+130+134=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #128286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128286 is #ED7D79. Grayscale: #606060. Windows color (decimal): -15564154 or 8815122. OLE color: 8815122.

HSL color Cylindrical-coordinate representation of color #128286: hue angle of 182.07º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128286 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 130 134 -
CMYK 0.87 0.03 0 0.47
HSL 182.07º 0.76% 0.3% -
HSV(B) 182.07º 0.87% 0.53% -
XYZ 12.54 17.82 25.33 -
YUV 96.97 148.89 71.67 -
System Red Green Blue C M Y K H S L
Decimal 18 130 134 0.87 0.03 0 0.47 182.07 0.76 0.3
Hex 12 82 86 57 3 0 2F B6 4C 1E
Octal 22 202 206 127 3 0 57 266 114 36
Binary 10010 10000010 10000110 1010111 11 0 101111 10110110 1001100 11110

Color Harmonies of #128286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128286

Black with #128286

Text Example


Text Example

White with #128286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128286; }

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

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

background-color css

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

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

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

border-color css

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

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

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