Html Css Color HEX #078580 Teal

📋 copy color: '#078580'

red 7 ◦ green 133 ◦ blue 128

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

Shades of Teal #078580

Tints of Teal #078580

RGB

 RED value IS 7 (3.13% from 255) = 2.61%

 GREEN value IS 133 (52.34% from 255) = 49.63%

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

R = 2.61%
G = 49.63%
B = 47.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#078580 (or 0x078580) is known color: Teal. HEX triplet: 07, 85 and 80. RGB value is (7,133,128). Sum of RGB (Red+Green+Blue) = 7+133+128=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #078580 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078580 is #F87A7F. Grayscale: #5E5E5E. Windows color (decimal): -16284288 or 8422663. OLE color: 8422663.

HSL color Cylindrical-coordinate representation of color #078580: hue angle of 177.62º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078580 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 133 128 -
CMYK 0.95 0 0.04 0.48
HSL 177.62º 0.9% 0.27% -
HSV(B) 177.62º 0.95% 0.52% -
XYZ 12.37 18.38 23.32 -
YUV 94.76 146.76 65.41 -
System Red Green Blue C M Y K H S L
Decimal 7 133 128 0.95 0 0.04 0.48 177.62 0.9 0.27
Hex 7 85 80 5F 0 4 30 B2 5A 1B
Octal 7 205 200 137 0 4 60 262 132 33
Binary 111 10000101 10000000 1011111 0 100 110000 10110010 1011010 11011

Color Harmonies of #078580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078580

Black with #078580

Text Example


Text Example

White with #078580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078580; }

 p { color: rgb(7,133,128); }

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

background-color css

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

 a { background-color: rgb(7,133,128); }

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

border-color css

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

 span { border-color: rgb(7,133,128); }

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