Html Css Color HEX #018387 Teal

📋 copy color: '#018387'

red 1 ◦ green 131 ◦ blue 135

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

Shades of Teal #018387

Tints of Teal #018387

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.06%

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

R = 0.37%
G = 49.06%
B = 50.56%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#018387 (or 0x018387) is known color: Teal. HEX triplet: 01, 83 and 87. RGB value is (1,131,135). Sum of RGB (Red+Green+Blue) = 1+131+135=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #018387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018387 is #FE7C78. Grayscale: #5C5C5C. Windows color (decimal): -16678009 or 8880897. OLE color: 8880897.

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

Color convert

RGB 1 131 135 -
CMYK 0.99 0.03 0 0.47
HSL 181.79º 0.99% 0.27% -
HSV(B) 181.79º 0.99% 0.53% -
XYZ 12.5 17.99 25.73 -
YUV 92.59 151.93 62.67 -
System Red Green Blue C M Y K H S L
Decimal 1 131 135 0.99 0.03 0 0.47 181.79 0.99 0.27
Hex 1 83 87 63 3 0 2F B6 63 1B
Octal 1 203 207 143 3 0 57 266 143 33
Binary 1 10000011 10000111 1100011 11 0 101111 10110110 1100011 11011

Color Harmonies of #018387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018387

Black with #018387

Text Example


Text Example

White with #018387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018387; }

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

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

background-color css

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

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

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

border-color css

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

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

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