Html Css Color HEX #017886 Teal

📋 copy color: '#017886'

red 1 ◦ green 120 ◦ blue 134

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

Shades of Teal #017886

Tints of Teal #017886

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.06%

 BLUE value IS 134 (52.73% from 255) = 52.55%

R = 0.39%
G = 47.06%
B = 52.55%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#017886 (or 0x017886) is known color: Teal. HEX triplet: 01, 78 and 86. RGB value is (1,120,134). Sum of RGB (Red+Green+Blue) = 1+120+134=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #017886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017886 is #FE8779. Grayscale: #555555. Windows color (decimal): -16680826 or 8812545. OLE color: 8812545.

HSL color Cylindrical-coordinate representation of color #017886: hue angle of 186.32º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017886 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 120 134 -
CMYK 0.99 0.10 0 0.47
HSL 186.32º 0.99% 0.26% -
HSV(B) 186.32º 0.99% 0.53% -
XYZ 11.03 15.16 24.9 -
YUV 86.02 155.08 67.36 -
System Red Green Blue C M Y K H S L
Decimal 1 120 134 0.99 0.10 0 0.47 186.32 0.99 0.26
Hex 1 78 86 63 A 0 2F BA 63 1A
Octal 1 170 206 143 12 0 57 272 143 32
Binary 1 1111000 10000110 1100011 1010 0 101111 10111010 1100011 11010

Color Harmonies of #017886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017886

Black with #017886

Text Example


Text Example

White with #017886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017886; }

 p { color: rgb(1,120,134); }

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

background-color css

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

 a { background-color: rgb(1,120,134); }

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

border-color css

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

 span { border-color: rgb(1,120,134); }

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