Html Css Color HEX #07808A Teal

📋 copy color: '#07808A'

red 7 ◦ green 128 ◦ blue 138

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

Shades of Teal #07808A

Tints of Teal #07808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.55%

R = 2.56%
G = 46.89%
B = 50.55%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#07808A (or 0x07808A) is known color: Teal. HEX triplet: 07, 80 and 8A. RGB value is (7,128,138). Sum of RGB (Red+Green+Blue) = 7+128+138=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #07808A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07808A is #F87F75. Grayscale: #5C5C5C. Windows color (decimal): -16285558 or 9076743. OLE color: 9076743.

HSL color Cylindrical-coordinate representation of color #07808A: hue angle of 184.58º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07808A is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 128 138 -
CMYK 0.95 0.07 0 0.46
HSL 184.58º 0.9% 0.28% -
HSV(B) 184.58º 0.95% 0.54% -
XYZ 12.39 17.32 26.73 -
YUV 92.96 153.41 66.69 -
System Red Green Blue C M Y K H S L
Decimal 7 128 138 0.95 0.07 0 0.46 184.58 0.9 0.28
Hex 7 80 8A 5F 7 0 2E B9 5A 1C
Octal 7 200 212 137 7 0 56 271 132 34
Binary 111 10000000 10001010 1011111 111 0 101110 10111001 1011010 11100

Color Harmonies of #07808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07808A

Black with #07808A

Text Example


Text Example

White with #07808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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