Html Css Color HEX #128082 Teal

📋 copy color: '#128082'

red 18 ◦ green 128 ◦ blue 130

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

Shades of Teal #128082

Tints of Teal #128082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.38%

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

R = 6.52%
G = 46.38%
B = 47.1%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#128082 (or 0x128082) is known color: Teal. HEX triplet: 12, 80 and 82. RGB value is (18,128,130). Sum of RGB (Red+Green+Blue) = 18+128+130=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #128082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128082 is #ED7F7D. Grayscale: #5F5F5F. Windows color (decimal): -15564670 or 8552466. OLE color: 8552466.

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

Color convert

RGB 18 128 130 -
CMYK 0.86 0.02 0 0.49
HSL 181.07º 0.76% 0.29% -
HSV(B) 181.07º 0.86% 0.51% -
XYZ 12 17.18 23.8 -
YUV 95.34 147.56 72.84 -
System Red Green Blue C M Y K H S L
Decimal 18 128 130 0.86 0.02 0 0.49 181.07 0.76 0.29
Hex 12 80 82 56 2 0 31 B5 4C 1D
Octal 22 200 202 126 2 0 61 265 114 35
Binary 10010 10000000 10000010 1010110 10 0 110001 10110101 1001100 11101

Color Harmonies of #128082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128082

Black with #128082

Text Example


Text Example

White with #128082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128082; }

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

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

background-color css

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

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

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

border-color css

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

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

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