Html Css Color HEX #018288 Teal

📋 copy color: '#018288'

red 1 ◦ green 130 ◦ blue 136

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

Shades of Teal #018288

Tints of Teal #018288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.94%

R = 0.37%
G = 48.69%
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

#018288 (or 0x018288) is known color: Teal. HEX triplet: 01, 82 and 88. RGB value is (1,130,136). Sum of RGB (Red+Green+Blue) = 1+130+136=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #018288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018288 is #FE7D77. Grayscale: #5B5B5B. Windows color (decimal): -16678264 or 8946177. OLE color: 8946177.

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

Color convert

RGB 1 130 136 -
CMYK 0.99 0.04 0 0.47
HSL 182.67º 0.99% 0.27% -
HSV(B) 182.67º 0.99% 0.53% -
XYZ 12.44 17.75 26.06 -
YUV 92.11 152.76 63.01 -
System Red Green Blue C M Y K H S L
Decimal 1 130 136 0.99 0.04 0 0.47 182.67 0.99 0.27
Hex 1 82 88 63 4 0 2F B7 63 1B
Octal 1 202 210 143 4 0 57 267 143 33
Binary 1 10000010 10001000 1100011 100 0 101111 10110111 1100011 11011

Color Harmonies of #018288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018288

Black with #018288

Text Example


Text Example

White with #018288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018288; }

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

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

background-color css

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

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

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

border-color css

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

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

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