Html Css Color HEX #017787 Teal

📋 copy color: '#017787'

red 1 ◦ green 119 ◦ blue 135

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

Shades of Teal #017787

Tints of Teal #017787

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.67%

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

R = 0.39%
G = 46.67%
B = 52.94%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#017787 (or 0x017787) is known color: Teal. HEX triplet: 01, 77 and 87. RGB value is (1,119,135). Sum of RGB (Red+Green+Blue) = 1+119+135=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #017787 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017787 is #FE8878. Grayscale: #555555. Windows color (decimal): -16681081 or 8877825. OLE color: 8877825.

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

Color convert

RGB 1 119 135 -
CMYK 0.99 0.12 0 0.47
HSL 187.16º 0.99% 0.27% -
HSV(B) 187.16º 0.99% 0.53% -
XYZ 10.98 14.95 25.23 -
YUV 85.54 155.91 67.7 -
System Red Green Blue C M Y K H S L
Decimal 1 119 135 0.99 0.12 0 0.47 187.16 0.99 0.27
Hex 1 77 87 63 C 0 2F BB 63 1B
Octal 1 167 207 143 14 0 57 273 143 33
Binary 1 1110111 10000111 1100011 1100 0 101111 10111011 1100011 11011

Color Harmonies of #017787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017787

Black with #017787

Text Example


Text Example

White with #017787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017787; }

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

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

background-color css

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

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

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

border-color css

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

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

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