Html Css Color HEX #018280 Teal

📋 copy color: '#018280'

red 1 ◦ green 130 ◦ blue 128

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

Shades of Teal #018280

Tints of Teal #018280

RGB

 RED value IS 1 (0.78% from 255) = 0.39%

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

 BLUE value IS 128 (50.39% from 255) = 49.42%

R = 0.39%
G = 50.19%
B = 49.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#018280 (or 0x018280) is known color: Teal. HEX triplet: 01, 82 and 80. RGB value is (1,130,128). Sum of RGB (Red+Green+Blue) = 1+130+128=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #018280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018280 is #FE7D7F. Grayscale: #5B5B5B. Windows color (decimal): -16678272 or 8421889. OLE color: 8421889.

HSL color Cylindrical-coordinate representation of color #018280: hue angle of 179.07º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018280 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 128 -
CMYK 0.99 0 0.02 0.49
HSL 179.07º 0.98% 0.26% -
HSV(B) 179.07º 0.99% 0.51% -
XYZ 11.89 17.53 23.18 -
YUV 91.2 148.76 63.66 -
System Red Green Blue C M Y K H S L
Decimal 1 130 128 0.99 0 0.02 0.49 179.07 0.98 0.26
Hex 1 82 80 63 0 2 31 B3 62 1A
Octal 1 202 200 143 0 2 61 263 142 32
Binary 1 10000010 10000000 1100011 0 10 110001 10110011 1100010 11010

Color Harmonies of #018280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018280

Black with #018280

Text Example


Text Example

White with #018280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018280; }

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

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

background-color css

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

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

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

border-color css

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

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

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