Html Css Color HEX #018284 Teal

📋 copy color: '#018284'

red 1 ◦ green 130 ◦ blue 132

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

Shades of Teal #018284

Tints of Teal #018284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50.19%

R = 0.38%
G = 49.43%
B = 50.19%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#018284 (or 0x018284) is known color: Teal. HEX triplet: 01, 82 and 84. RGB value is (1,130,132). Sum of RGB (Red+Green+Blue) = 1+130+132=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #018284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018284 is #FE7D7B. Grayscale: #5B5B5B. Windows color (decimal): -16678268 or 8684033. OLE color: 8684033.

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

Color convert

RGB 1 130 132 -
CMYK 0.99 0.02 0 0.48
HSL 180.92º 0.98% 0.26% -
HSV(B) 180.92º 0.99% 0.52% -
XYZ 12.16 17.64 24.59 -
YUV 91.66 150.76 63.34 -
System Red Green Blue C M Y K H S L
Decimal 1 130 132 0.99 0.02 0 0.48 180.92 0.98 0.26
Hex 1 82 84 63 2 0 30 B5 62 1A
Octal 1 202 204 143 2 0 60 265 142 32
Binary 1 10000010 10000100 1100011 10 0 110000 10110101 1100010 11010

Color Harmonies of #018284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018284

Black with #018284

Text Example


Text Example

White with #018284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018284; }

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

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

background-color css

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

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

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

border-color css

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

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

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