Html Css Color HEX #007880 Teal

📋 copy color: '#007880'

red 0 ◦ green 120 ◦ blue 128

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

Shades of Teal #007880

Tints of Teal #007880

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 48.39%
B = 51.61%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#007880 (or 0x007880) is known color: Teal. HEX triplet: 00, 78 and 80. RGB value is (0,120,128). Sum of RGB (Red+Green+Blue) = 0+120+128=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #007880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007880 is #FF877F. Grayscale: #545454. Windows color (decimal): -16746368 or 8419328. OLE color: 8419328.

HSL color Cylindrical-coordinate representation of color #007880: hue angle of 183.75º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007880 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 120 128 -
CMYK 1 0.06 0 0.50
HSL 183.75º 1% 0.25% -
HSV(B) 183.75º 1% 0.5% -
XYZ 10.61 14.99 22.76 -
YUV 85.03 152.24 67.35 -
System Red Green Blue C M Y K H S L
Decimal 0 120 128 1 0.06 0 0.50 183.75 1 0.25
Hex 0 78 80 64 6 0 32 B8 64 19
Octal 0 170 200 144 6 0 62 270 144 31
Binary 0 1111000 10000000 1100100 110 0 110010 10111000 1100100 11001

Color Harmonies of #007880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007880

Black with #007880

Text Example


Text Example

White with #007880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007880; }

 p { color: rgb(0,120,128); }

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

background-color css

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

 a { background-color: rgb(0,120,128); }

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

border-color css

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

 span { border-color: rgb(0,120,128); }

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