Html Css Color HEX #07748E Teal

📋 copy color: '#07748E'

red 7 ◦ green 116 ◦ blue 142

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

Shades of Teal #07748E

Tints of Teal #07748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.77%

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

R = 2.64%
G = 43.77%
B = 53.58%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07748E (or 0x07748E) is known color: Teal. HEX triplet: 07, 74 and 8E. RGB value is (7,116,142). Sum of RGB (Red+Green+Blue) = 7+116+142=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #07748E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07748E is #F88B71. Grayscale: #565656. Windows color (decimal): -16288626 or 9335815. OLE color: 9335815.

HSL color Cylindrical-coordinate representation of color #07748E: hue angle of 191.56º 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 #07748E is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 116 142 -
CMYK 0.95 0.18 0 0.44
HSL 191.56º 0.91% 0.29% -
HSV(B) 191.56º 0.95% 0.56% -
XYZ 11.22 14.49 27.8 -
YUV 86.37 159.39 71.39 -
System Red Green Blue C M Y K H S L
Decimal 7 116 142 0.95 0.18 0 0.44 191.56 0.91 0.29
Hex 7 74 8E 5F 12 0 2C C0 5B 1D
Octal 7 164 216 137 22 0 54 300 133 35
Binary 111 1110100 10001110 1011111 10010 0 101100 11000000 1011011 11101

Color Harmonies of #07748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07748E

Black with #07748E

Text Example


Text Example

White with #07748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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