Html Css Color HEX #018A80 Teal

📋 copy color: '#018A80'

red 1 ◦ green 138 ◦ blue 128

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

Shades of Teal #018A80

Tints of Teal #018A80

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.69%

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

R = 0.37%
G = 51.69%
B = 47.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#018A80 (or 0x018A80) is known color: Teal. HEX triplet: 01, 8A and 80. RGB value is (1,138,128). Sum of RGB (Red+Green+Blue) = 1+138+128=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 138 (54.30% from 255 or 51.69% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 138 - color contains mainly: green. Hex color #018A80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A80 is #FE757F. Grayscale: #5F5F5F. Windows color (decimal): -16676224 or 8423937. OLE color: 8423937.

HSL color Cylindrical-coordinate representation of color #018A80: hue angle of 175.62º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A80 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 128 -
CMYK 0.99 0 0.07 0.46
HSL 175.62º 0.99% 0.27% -
HSV(B) 175.62º 0.99% 0.54% -
XYZ 13 19.74 23.55 -
YUV 95.9 146.11 60.31 -
System Red Green Blue C M Y K H S L
Decimal 1 138 128 0.99 0 0.07 0.46 175.62 0.99 0.27
Hex 1 8A 80 63 0 7 2E B0 63 1B
Octal 1 212 200 143 0 7 56 260 143 33
Binary 1 10001010 10000000 1100011 0 111 101110 10110000 1100011 11011

Color Harmonies of #018A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A80

Black with #018A80

Text Example


Text Example

White with #018A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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