Html Css Color HEX #018186 Teal

📋 copy color: '#018186'

red 1 ◦ green 129 ◦ blue 134

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

Shades of Teal #018186

Tints of Teal #018186

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.86%

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

R = 0.38%
G = 48.86%
B = 50.76%

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

#018186 (or 0x018186) is known color: Teal. HEX triplet: 01, 81 and 86. RGB value is (1,129,134). Sum of RGB (Red+Green+Blue) = 1+129+134=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #018186 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018186 is #FE7E79. Grayscale: #5B5B5B. Windows color (decimal): -16678522 or 8814849. OLE color: 8814849.

HSL color Cylindrical-coordinate representation of color #018186: hue angle of 182.26º 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 #018186 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 129 134 -
CMYK 0.99 0.04 0 0.47
HSL 182.26º 0.99% 0.26% -
HSV(B) 182.26º 0.99% 0.53% -
XYZ 12.17 17.43 25.28 -
YUV 91.3 152.09 63.59 -
System Red Green Blue C M Y K H S L
Decimal 1 129 134 0.99 0.04 0 0.47 182.26 0.99 0.26
Hex 1 81 86 63 4 0 2F B6 63 1A
Octal 1 201 206 143 4 0 57 266 143 32
Binary 1 10000001 10000110 1100011 100 0 101111 10110110 1100011 11010

Color Harmonies of #018186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018186

Black with #018186

Text Example


Text Example

White with #018186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018186; }

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

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

background-color css

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

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

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

border-color css

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

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

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