Html Css Color HEX #017884 Teal

📋 copy color: '#017884'

red 1 ◦ green 120 ◦ blue 132

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

Shades of Teal #017884

Tints of Teal #017884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 52.17%

R = 0.4%
G = 47.43%
B = 52.17%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#017884 (or 0x017884) is known color: Teal. HEX triplet: 01, 78 and 84. RGB value is (1,120,132). Sum of RGB (Red+Green+Blue) = 1+120+132=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #017884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017884 is #FE877B. Grayscale: #555555. Windows color (decimal): -16680828 or 8681473. OLE color: 8681473.

HSL color Cylindrical-coordinate representation of color #017884: hue angle of 185.5º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017884 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 120 132 -
CMYK 0.99 0.09 0 0.48
HSL 185.5º 0.98% 0.26% -
HSV(B) 185.5º 0.99% 0.52% -
XYZ 10.89 15.11 24.17 -
YUV 85.79 154.08 67.52 -
System Red Green Blue C M Y K H S L
Decimal 1 120 132 0.99 0.09 0 0.48 185.5 0.98 0.26
Hex 1 78 84 63 9 0 30 B9 62 1A
Octal 1 170 204 143 11 0 60 271 142 32
Binary 1 1111000 10000100 1100011 1001 0 110000 10111001 1100010 11010

Color Harmonies of #017884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017884

Black with #017884

Text Example


Text Example

White with #017884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017884; }

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

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

background-color css

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

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

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

border-color css

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

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

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