Html Css Color HEX #07748D Teal

📋 copy color: '#07748D'

red 7 ◦ green 116 ◦ blue 141

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

Shades of Teal #07748D

Tints of Teal #07748D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.41%

R = 2.65%
G = 43.94%
B = 53.41%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07748D (or 0x07748D) is known color: Teal. HEX triplet: 07, 74 and 8D. RGB value is (7,116,141). Sum of RGB (Red+Green+Blue) = 7+116+141=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #07748D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07748D is #F88B72. Grayscale: #565656. Windows color (decimal): -16288627 or 9270279. OLE color: 9270279.

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

Color convert

RGB 7 116 141 -
CMYK 0.95 0.18 0 0.45
HSL 191.19º 0.91% 0.29% -
HSV(B) 191.19º 0.95% 0.55% -
XYZ 11.14 14.46 27.4 -
YUV 86.26 158.89 71.47 -
System Red Green Blue C M Y K H S L
Decimal 7 116 141 0.95 0.18 0 0.45 191.19 0.91 0.29
Hex 7 74 8D 5F 12 0 2D BF 5B 1D
Octal 7 164 215 137 22 0 55 277 133 35
Binary 111 1110100 10001101 1011111 10010 0 101101 10111111 1011011 11101

Color Harmonies of #07748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07748D

Black with #07748D

Text Example


Text Example

White with #07748D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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