Html Css Color HEX #07768A Teal

📋 copy color: '#07768A'

red 7 ◦ green 118 ◦ blue 138

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

Shades of Teal #07768A

Tints of Teal #07768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.87%

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

R = 2.66%
G = 44.87%
B = 52.47%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#07768A (or 0x07768A) is known color: Teal. HEX triplet: 07, 76 and 8A. RGB value is (7,118,138). Sum of RGB (Red+Green+Blue) = 7+118+138=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #07768A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07768A is #F88975. Grayscale: #565656. Windows color (decimal): -16288118 or 9074183. OLE color: 9074183.

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

Color convert

RGB 7 118 138 -
CMYK 0.95 0.14 0 0.46
HSL 189.16º 0.9% 0.28% -
HSV(B) 189.16º 0.95% 0.54% -
XYZ 11.15 14.84 26.32 -
YUV 87.09 156.73 70.87 -
System Red Green Blue C M Y K H S L
Decimal 7 118 138 0.95 0.14 0 0.46 189.16 0.9 0.28
Hex 7 76 8A 5F E 0 2E BD 5A 1C
Octal 7 166 212 137 16 0 56 275 132 34
Binary 111 1110110 10001010 1011111 1110 0 101110 10111101 1011010 11100

Color Harmonies of #07768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07768A

Black with #07768A

Text Example


Text Example

White with #07768A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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