Html Css Color HEX #128481 Teal

📋 copy color: '#128481'

red 18 ◦ green 132 ◦ blue 129

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

Shades of Teal #128481

Tints of Teal #128481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.31%

 BLUE value IS 129 (50.78% from 255) = 46.24%

R = 6.45%
G = 47.31%
B = 46.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#128481 (or 0x128481) is known color: Teal. HEX triplet: 12, 84 and 81. RGB value is (18,132,129). Sum of RGB (Red+Green+Blue) = 18+132+129=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #128481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128481 is #ED7B7E. Grayscale: #616161. Windows color (decimal): -15563647 or 8487954. OLE color: 8487954.

HSL color Cylindrical-coordinate representation of color #128481: hue angle of 178.42º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128481 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 129 -
CMYK 0.86 0 0.02 0.48
HSL 178.42º 0.76% 0.29% -
HSV(B) 178.42º 0.86% 0.52% -
XYZ 12.46 18.22 23.63 -
YUV 97.57 145.73 71.24 -
System Red Green Blue C M Y K H S L
Decimal 18 132 129 0.86 0 0.02 0.48 178.42 0.76 0.29
Hex 12 84 81 56 0 2 30 B2 4C 1D
Octal 22 204 201 126 0 2 60 262 114 35
Binary 10010 10000100 10000001 1010110 0 10 110000 10110010 1001100 11101

Color Harmonies of #128481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128481

Black with #128481

Text Example


Text Example

White with #128481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128481; }

 p { color: rgb(18,132,129); }

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

background-color css

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

 a { background-color: rgb(18,132,129); }

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

border-color css

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

 span { border-color: rgb(18,132,129); }

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