Html Css Color HEX #07788A Teal

📋 copy color: '#07788A'

red 7 ◦ green 120 ◦ blue 138

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

Shades of Teal #07788A

Tints of Teal #07788A

RGB

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

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

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

R = 2.64%
G = 45.28%
B = 52.08%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#07788A (or 0x07788A) is known color: Teal. HEX triplet: 07, 78 and 8A. RGB value is (7,120,138). Sum of RGB (Red+Green+Blue) = 7+120+138=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #07788A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07788A is #F88775. Grayscale: #585858. Windows color (decimal): -16287606 or 9074695. OLE color: 9074695.

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

Color convert

RGB 7 120 138 -
CMYK 0.95 0.13 0 0.46
HSL 188.24º 0.9% 0.28% -
HSV(B) 188.24º 0.95% 0.54% -
XYZ 11.39 15.31 26.4 -
YUV 88.27 156.06 70.04 -
System Red Green Blue C M Y K H S L
Decimal 7 120 138 0.95 0.13 0 0.46 188.24 0.9 0.28
Hex 7 78 8A 5F D 0 2E BC 5A 1C
Octal 7 170 212 137 15 0 56 274 132 34
Binary 111 1111000 10001010 1011111 1101 0 101110 10111100 1011010 11100

Color Harmonies of #07788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07788A

Black with #07788A

Text Example


Text Example

White with #07788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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