Html Css Color HEX #078082 Teal

📋 copy color: '#078082'

red 7 ◦ green 128 ◦ blue 130

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

Shades of Teal #078082

Tints of Teal #078082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.3%

 BLUE value IS 130 (51.17% from 255) = 49.06%

R = 2.64%
G = 48.3%
B = 49.06%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#078082 (or 0x078082) is known color: Teal. HEX triplet: 07, 80 and 82. RGB value is (7,128,130). Sum of RGB (Red+Green+Blue) = 7+128+130=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #078082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078082 is #F87F7D. Grayscale: #5B5B5B. Windows color (decimal): -16285566 or 8552455. OLE color: 8552455.

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

Color convert

RGB 7 128 130 -
CMYK 0.95 0.02 0 0.49
HSL 180.98º 0.9% 0.27% -
HSV(B) 180.98º 0.95% 0.51% -
XYZ 11.84 17.1 23.79 -
YUV 92.05 149.41 67.34 -
System Red Green Blue C M Y K H S L
Decimal 7 128 130 0.95 0.02 0 0.49 180.98 0.9 0.27
Hex 7 80 82 5F 2 0 31 B5 5A 1B
Octal 7 200 202 137 2 0 61 265 132 33
Binary 111 10000000 10000010 1011111 10 0 110001 10110101 1011010 11011

Color Harmonies of #078082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078082

Black with #078082

Text Example


Text Example

White with #078082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078082; }

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

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

background-color css

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

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

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

border-color css

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

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

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