Html Css Color HEX #07798C Teal

📋 copy color: '#07798C'

red 7 ◦ green 121 ◦ blue 140

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

Shades of Teal #07798C

Tints of Teal #07798C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.15%

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

R = 2.61%
G = 45.15%
B = 52.24%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07798C (or 0x07798C) is known color: Teal. HEX triplet: 07, 79 and 8C. RGB value is (7,121,140). Sum of RGB (Red+Green+Blue) = 7+121+140=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #07798C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07798C is #F88673. Grayscale: #585858. Windows color (decimal): -16287348 or 9206023. OLE color: 9206023.

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

Color convert

RGB 7 121 140 -
CMYK 0.95 0.14 0 0.45
HSL 188.57º 0.9% 0.29% -
HSV(B) 188.57º 0.95% 0.55% -
XYZ 11.66 15.61 27.21 -
YUV 89.08 156.73 69.46 -
System Red Green Blue C M Y K H S L
Decimal 7 121 140 0.95 0.14 0 0.45 188.57 0.9 0.29
Hex 7 79 8C 5F E 0 2D BD 5A 1D
Octal 7 171 214 137 16 0 55 275 132 35
Binary 111 1111001 10001100 1011111 1110 0 101101 10111101 1011010 11101

Color Harmonies of #07798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07798C

Black with #07798C

Text Example


Text Example

White with #07798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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