Html Css Color HEX #07768C Teal

📋 copy color: '#07768C'

red 7 ◦ green 118 ◦ blue 140

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

Shades of Teal #07768C

Tints of Teal #07768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.83%

R = 2.64%
G = 44.53%
B = 52.83%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07768C (or 0x07768C) is known color: Teal. HEX triplet: 07, 76 and 8C. RGB value is (7,118,140). Sum of RGB (Red+Green+Blue) = 7+118+140=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #07768C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07768C is #F88973. Grayscale: #575757. Windows color (decimal): -16288116 or 9205255. OLE color: 9205255.

HSL color Cylindrical-coordinate representation of color #07768C: hue angle of 189.92º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07768C is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 118 140 -
CMYK 0.95 0.16 0 0.45
HSL 189.92º 0.9% 0.29% -
HSV(B) 189.92º 0.95% 0.55% -
XYZ 11.3 14.9 27.09 -
YUV 87.32 157.73 70.71 -
System Red Green Blue C M Y K H S L
Decimal 7 118 140 0.95 0.16 0 0.45 189.92 0.9 0.29
Hex 7 76 8C 5F 10 0 2D BE 5A 1D
Octal 7 166 214 137 20 0 55 276 132 35
Binary 111 1110110 10001100 1011111 10000 0 101101 10111110 1011010 11101

Color Harmonies of #07768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07768C

Black with #07768C

Text Example


Text Example

White with #07768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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