Html Css Color HEX #018187 Teal

📋 copy color: '#018187'

red 1 ◦ green 129 ◦ blue 135

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

Shades of Teal #018187

Tints of Teal #018187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50.94%

R = 0.38%
G = 48.68%
B = 50.94%

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

#018187 (or 0x018187) is known color: Teal. HEX triplet: 01, 81 and 87. RGB value is (1,129,135). Sum of RGB (Red+Green+Blue) = 1+129+135=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #018187 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018187 is #FE7E78. Grayscale: #5B5B5B. Windows color (decimal): -16678521 or 8880385. OLE color: 8880385.

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

Color convert

RGB 1 129 135 -
CMYK 0.99 0.04 0 0.47
HSL 182.69º 0.99% 0.27% -
HSV(B) 182.69º 0.99% 0.53% -
XYZ 12.24 17.46 25.65 -
YUV 91.41 152.59 63.51 -
System Red Green Blue C M Y K H S L
Decimal 1 129 135 0.99 0.04 0 0.47 182.69 0.99 0.27
Hex 1 81 87 63 4 0 2F B7 63 1B
Octal 1 201 207 143 4 0 57 267 143 33
Binary 1 10000001 10000111 1100011 100 0 101111 10110111 1100011 11011

Color Harmonies of #018187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018187

Black with #018187

Text Example


Text Example

White with #018187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018187; }

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

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

background-color css

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

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

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

border-color css

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

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

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