Html Css Color HEX #017885 Teal

📋 copy color: '#017885'

red 1 ◦ green 120 ◦ blue 133

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

Shades of Teal #017885

Tints of Teal #017885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.36%

R = 0.39%
G = 47.24%
B = 52.36%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#017885 (or 0x017885) is known color: Teal. HEX triplet: 01, 78 and 85. RGB value is (1,120,133). Sum of RGB (Red+Green+Blue) = 1+120+133=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #017885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017885 is #FE877A. Grayscale: #555555. Windows color (decimal): -16680827 or 8747009. OLE color: 8747009.

HSL color Cylindrical-coordinate representation of color #017885: hue angle of 185.91º degrees, saturation: 0.99, 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 #017885 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 120 133 -
CMYK 0.99 0.10 0 0.48
HSL 185.91º 0.99% 0.26% -
HSV(B) 185.91º 0.99% 0.52% -
XYZ 10.96 15.13 24.53 -
YUV 85.9 154.58 67.44 -
System Red Green Blue C M Y K H S L
Decimal 1 120 133 0.99 0.10 0 0.48 185.91 0.99 0.26
Hex 1 78 85 63 A 0 30 BA 63 1A
Octal 1 170 205 143 12 0 60 272 143 32
Binary 1 1111000 10000101 1100011 1010 0 110000 10111010 1100011 11010

Color Harmonies of #017885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017885

Black with #017885

Text Example


Text Example

White with #017885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017885; }

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

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

background-color css

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

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

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

border-color css

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

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

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