Html Css Color HEX #018780 Teal

📋 copy color: '#018780'

red 1 ◦ green 135 ◦ blue 128

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

Shades of Teal #018780

Tints of Teal #018780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.14%

 BLUE value IS 128 (50.39% from 255) = 48.48%

R = 0.38%
G = 51.14%
B = 48.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#018780 (or 0x018780) is known color: Teal. HEX triplet: 01, 87 and 80. RGB value is (1,135,128). Sum of RGB (Red+Green+Blue) = 1+135+128=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #018780 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018780 is #FE787F. Grayscale: #5E5E5E. Windows color (decimal): -16676992 or 8423169. OLE color: 8423169.

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

Color convert

RGB 1 135 128 -
CMYK 0.99 0 0.05 0.47
HSL 176.87º 0.99% 0.27% -
HSV(B) 176.87º 0.99% 0.53% -
XYZ 12.57 18.89 23.41 -
YUV 94.14 147.11 61.57 -
System Red Green Blue C M Y K H S L
Decimal 1 135 128 0.99 0 0.05 0.47 176.87 0.99 0.27
Hex 1 87 80 63 0 5 2F B1 63 1B
Octal 1 207 200 143 0 5 57 261 143 33
Binary 1 10000111 10000000 1100011 0 101 101111 10110001 1100011 11011

Color Harmonies of #018780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018780

Black with #018780

Text Example


Text Example

White with #018780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018780; }

 p { color: rgb(1,135,128); }

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

background-color css

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

 a { background-color: rgb(1,135,128); }

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

border-color css

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

 span { border-color: rgb(1,135,128); }

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