Html Css Color HEX #017D8B Teal

📋 copy color: '#017D8B'

red 1 ◦ green 125 ◦ blue 139

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

Shades of Teal #017D8B

Tints of Teal #017D8B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.17%

 BLUE value IS 139 (54.69% from 255) = 52.45%

R = 0.38%
G = 47.17%
B = 52.45%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#017D8B (or 0x017D8B) is known color: Teal. HEX triplet: 01, 7D and 8B. RGB value is (1,125,139). Sum of RGB (Red+Green+Blue) = 1+125+139=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 125 (49.22% from 255 or 47.17% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #017D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017D8B is #FE8274. Grayscale: #595959. Windows color (decimal): -16679541 or 9141505. OLE color: 9141505.

HSL color Cylindrical-coordinate representation of color #017D8B: hue angle of 186.09º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D8B is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 125 139 -
CMYK 0.99 0.10 0 0.45
HSL 186.09º 0.99% 0.27% -
HSV(B) 186.09º 0.99% 0.55% -
XYZ 12.01 16.54 26.99 -
YUV 89.52 155.92 64.86 -
System Red Green Blue C M Y K H S L
Decimal 1 125 139 0.99 0.10 0 0.45 186.09 0.99 0.27
Hex 1 7D 8B 63 A 0 2D BA 63 1B
Octal 1 175 213 143 12 0 55 272 143 33
Binary 1 1111101 10001011 1100011 1010 0 101101 10111010 1100011 11011

Color Harmonies of #017D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017D8B

Black with #017D8B

Text Example


Text Example

White with #017D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017D8B; }

 p { color: rgb(1,125,139); }

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

background-color css

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

 a { background-color: rgb(1,125,139); }

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

border-color css

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

 span { border-color: rgb(1,125,139); }

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