Html Css Color HEX #07788E Teal

📋 copy color: '#07788E'

red 7 ◦ green 120 ◦ blue 142

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

Shades of Teal #07788E

Tints of Teal #07788E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.79%

R = 2.6%
G = 44.61%
B = 52.79%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07788E (or 0x07788E) is known color: Teal. HEX triplet: 07, 78 and 8E. RGB value is (7,120,142). Sum of RGB (Red+Green+Blue) = 7+120+142=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #07788E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07788E is #F88771. Grayscale: #585858. Windows color (decimal): -16287602 or 9336839. OLE color: 9336839.

HSL color Cylindrical-coordinate representation of color #07788E: hue angle of 189.78º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07788E is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 120 142 -
CMYK 0.95 0.15 0 0.44
HSL 189.78º 0.91% 0.29% -
HSV(B) 189.78º 0.95% 0.56% -
XYZ 11.69 15.43 27.95 -
YUV 88.72 158.06 69.71 -
System Red Green Blue C M Y K H S L
Decimal 7 120 142 0.95 0.15 0 0.44 189.78 0.91 0.29
Hex 7 78 8E 5F F 0 2C BE 5B 1D
Octal 7 170 216 137 17 0 54 276 133 35
Binary 111 1111000 10001110 1011111 1111 0 101100 10111110 1011011 11101

Color Harmonies of #07788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07788E

Black with #07788E

Text Example


Text Example

White with #07788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07788E; }

 p { color: rgb(7,120,142); }

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

background-color css

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

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

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

border-color css

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

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

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