Html Css Color HEX #018281 Teal

📋 copy color: '#018281'

red 1 ◦ green 130 ◦ blue 129

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

Shades of Teal #018281

Tints of Teal #018281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 49.62%

R = 0.38%
G = 50%
B = 49.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#018281 (or 0x018281) is known color: Teal. HEX triplet: 01, 82 and 81. RGB value is (1,130,129). Sum of RGB (Red+Green+Blue) = 1+130+129=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #018281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018281 is #FE7D7E. Grayscale: #5B5B5B. Windows color (decimal): -16678271 or 8487425. OLE color: 8487425.

HSL color Cylindrical-coordinate representation of color #018281: hue angle of 179.53º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018281 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 129 -
CMYK 0.99 0 0.01 0.49
HSL 179.53º 0.98% 0.26% -
HSV(B) 179.53º 0.99% 0.51% -
XYZ 11.96 17.56 23.53 -
YUV 91.32 149.26 63.58 -
System Red Green Blue C M Y K H S L
Decimal 1 130 129 0.99 0 0.01 0.49 179.53 0.98 0.26
Hex 1 82 81 63 0 1 31 B4 62 1A
Octal 1 202 201 143 0 1 61 264 142 32
Binary 1 10000010 10000001 1100011 0 1 110001 10110100 1100010 11010

Color Harmonies of #018281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018281

Black with #018281

Text Example


Text Example

White with #018281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018281; }

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

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

background-color css

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

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

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

border-color css

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

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

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