Html Css Color HEX #017A8A Teal

📋 copy color: '#017A8A'

red 1 ◦ green 122 ◦ blue 138

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

Shades of Teal #017A8A

Tints of Teal #017A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.74%

 BLUE value IS 138 (54.3% from 255) = 52.87%

R = 0.38%
G = 46.74%
B = 52.87%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#017A8A (or 0x017A8A) is known color: Teal. HEX triplet: 01, 7A and 8A. RGB value is (1,122,138). Sum of RGB (Red+Green+Blue) = 1+122+138=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #017A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017A8A is #FE8575. Grayscale: #575757. Windows color (decimal): -16680310 or 9075201. OLE color: 9075201.

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

Color convert

RGB 1 122 138 -
CMYK 0.99 0.12 0 0.46
HSL 187.01º 0.99% 0.27% -
HSV(B) 187.01º 0.99% 0.54% -
XYZ 11.56 15.76 26.48 -
YUV 87.65 156.41 66.2 -
System Red Green Blue C M Y K H S L
Decimal 1 122 138 0.99 0.12 0 0.46 187.01 0.99 0.27
Hex 1 7A 8A 63 C 0 2E BB 63 1B
Octal 1 172 212 143 14 0 56 273 143 33
Binary 1 1111010 10001010 1100011 1100 0 101110 10111011 1100011 11011

Color Harmonies of #017A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A8A

Black with #017A8A

Text Example


Text Example

White with #017A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,122,138); }

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

background-color css

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

 a { background-color: rgb(1,122,138); }

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

border-color css

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

 span { border-color: rgb(1,122,138); }

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