Html Css Color HEX #018287 Teal

📋 copy color: '#018287'

red 1 ◦ green 130 ◦ blue 135

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

Shades of Teal #018287

Tints of Teal #018287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

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

R = 0.38%
G = 48.87%
B = 50.75%

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

#018287 (or 0x018287) is known color: Teal. HEX triplet: 01, 82 and 87. RGB value is (1,130,135). Sum of RGB (Red+Green+Blue) = 1+130+135=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #018287 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018287 is #FE7D78. Grayscale: #5B5B5B. Windows color (decimal): -16678265 or 8880641. OLE color: 8880641.

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

Color convert

RGB 1 130 135 -
CMYK 0.99 0.04 0 0.47
HSL 182.24º 0.99% 0.27% -
HSV(B) 182.24º 0.99% 0.53% -
XYZ 12.37 17.72 25.69 -
YUV 92 152.26 63.09 -
System Red Green Blue C M Y K H S L
Decimal 1 130 135 0.99 0.04 0 0.47 182.24 0.99 0.27
Hex 1 82 87 63 4 0 2F B6 63 1B
Octal 1 202 207 143 4 0 57 266 143 33
Binary 1 10000010 10000111 1100011 100 0 101111 10110110 1100011 11011

Color Harmonies of #018287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018287

Black with #018287

Text Example


Text Example

White with #018287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018287; }

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

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

background-color css

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

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

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

border-color css

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

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

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