Html Css Color HEX #017788 Teal

📋 copy color: '#017788'

red 1 ◦ green 119 ◦ blue 136

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

Shades of Teal #017788

Tints of Teal #017788

RGB

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

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

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

R = 0.39%
G = 46.48%
B = 53.13%

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

#017788 (or 0x017788) is known color: Teal. HEX triplet: 01, 77 and 88. RGB value is (1,119,136). Sum of RGB (Red+Green+Blue) = 1+119+136=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #017788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017788 is #FE8877. Grayscale: #555555. Windows color (decimal): -16681080 or 8943361. OLE color: 8943361.

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

Color convert

RGB 1 119 136 -
CMYK 0.99 0.12 0 0.47
HSL 187.56º 0.99% 0.27% -
HSV(B) 187.56º 0.99% 0.53% -
XYZ 11.05 14.98 25.6 -
YUV 85.66 156.41 67.62 -
System Red Green Blue C M Y K H S L
Decimal 1 119 136 0.99 0.12 0 0.47 187.56 0.99 0.27
Hex 1 77 88 63 C 0 2F BC 63 1B
Octal 1 167 210 143 14 0 57 274 143 33
Binary 1 1110111 10001000 1100011 1100 0 101111 10111100 1100011 11011

Color Harmonies of #017788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017788

Black with #017788

Text Example


Text Example

White with #017788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017788; }

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

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

background-color css

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

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

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

border-color css

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

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

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