Html Css Color HEX #017088 Teal

📋 copy color: '#017088'

red 1 ◦ green 112 ◦ blue 136

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

Shades of Teal #017088

Tints of Teal #017088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

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

R = 0.4%
G = 44.98%
B = 54.62%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#017088 (or 0x017088) is known color: Teal. HEX triplet: 01, 70 and 88. RGB value is (1,112,136). Sum of RGB (Red+Green+Blue) = 1+112+136=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #017088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017088 is #FE8F77. Grayscale: #515151. Windows color (decimal): -16682872 or 8941569. OLE color: 8941569.

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

Color convert

RGB 1 112 136 -
CMYK 0.99 0.18 0 0.47
HSL 190.67º 0.99% 0.27% -
HSV(B) 190.67º 0.99% 0.53% -
XYZ 10.25 13.37 25.33 -
YUV 81.55 158.73 70.55 -
System Red Green Blue C M Y K H S L
Decimal 1 112 136 0.99 0.18 0 0.47 190.67 0.99 0.27
Hex 1 70 88 63 12 0 2F BF 63 1B
Octal 1 160 210 143 22 0 57 277 143 33
Binary 1 1110000 10001000 1100011 10010 0 101111 10111111 1100011 11011

Color Harmonies of #017088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017088

Black with #017088

Text Example


Text Example

White with #017088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017088; }

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

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

background-color css

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

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

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

border-color css

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

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

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