Html Css Color HEX #078282 Teal

📋 copy color: '#078282'

red 7 ◦ green 130 ◦ blue 130

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

Shades of Teal #078282

Tints of Teal #078282

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.69%

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

R = 2.62%
G = 48.69%
B = 48.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#078282 (or 0x078282) is known color: Teal. HEX triplet: 07, 82 and 82. RGB value is (7,130,130). Sum of RGB (Red+Green+Blue) = 7+130+130=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #078282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078282 is #F87D7D. Grayscale: #5D5D5D. Windows color (decimal): -16285054 or 8552967. OLE color: 8552967.

HSL color Cylindrical-coordinate representation of color #078282: hue angle of 180º 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 #078282 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 130 130 -
CMYK 0.95 0 0 0.49
HSL 180º 0.9% 0.27% -
HSV(B) 180º 0.95% 0.51% -
XYZ 12.1 17.62 23.88 -
YUV 93.22 148.75 66.5 -
System Red Green Blue C M Y K H S L
Decimal 7 130 130 0.95 0 0 0.49 180 0.9 0.27
Hex 7 82 82 5F 0 0 31 B4 5A 1B
Octal 7 202 202 137 0 0 61 264 132 33
Binary 111 10000010 10000010 1011111 0 0 110001 10110100 1011010 11011

Color Harmonies of #078282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078282

Black with #078282

Text Example


Text Example

White with #078282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078282; }

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

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

background-color css

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

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

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

border-color css

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

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

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