Html Css Color HEX #018086 Teal

📋 copy color: '#018086'

red 1 ◦ green 128 ◦ blue 134

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

Shades of Teal #018086

Tints of Teal #018086

RGB

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

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

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

R = 0.38%
G = 48.67%
B = 50.95%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#018086 (or 0x018086) is known color: Teal. HEX triplet: 01, 80 and 86. RGB value is (1,128,134). Sum of RGB (Red+Green+Blue) = 1+128+134=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #018086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018086 is #FE7F79. Grayscale: #5A5A5A. Windows color (decimal): -16678778 or 8814593. OLE color: 8814593.

HSL color Cylindrical-coordinate representation of color #018086: hue angle of 182.71º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018086 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 128 134 -
CMYK 0.99 0.04 0 0.47
HSL 182.71º 0.99% 0.26% -
HSV(B) 182.71º 0.99% 0.53% -
XYZ 12.03 17.17 25.23 -
YUV 90.71 152.42 64.01 -
System Red Green Blue C M Y K H S L
Decimal 1 128 134 0.99 0.04 0 0.47 182.71 0.99 0.26
Hex 1 80 86 63 4 0 2F B7 63 1A
Octal 1 200 206 143 4 0 57 267 143 32
Binary 1 10000000 10000110 1100011 100 0 101111 10110111 1100011 11010

Color Harmonies of #018086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018086

Black with #018086

Text Example


Text Example

White with #018086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018086; }

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

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

background-color css

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

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

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

border-color css

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

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

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