Html Css Color HEX #03768A Teal

📋 copy color: '#03768A'

red 3 ◦ green 118 ◦ blue 138

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

Shades of Teal #03768A

Tints of Teal #03768A

RGB

 RED value IS 3 (1.56% from 255) = 1.16%

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

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

R = 1.16%
G = 45.56%
B = 53.28%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#03768A (or 0x03768A) is known color: Teal. HEX triplet: 03, 76 and 8A. RGB value is (3,118,138). Sum of RGB (Red+Green+Blue) = 3+118+138=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #03768A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03768A is #FC8975. Grayscale: #555555. Windows color (decimal): -16550262 or 9074179. OLE color: 9074179.

HSL color Cylindrical-coordinate representation of color #03768A: hue angle of 188.89º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03768A is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 118 138 -
CMYK 0.98 0.14 0 0.46
HSL 188.89º 0.96% 0.28% -
HSV(B) 188.89º 0.98% 0.54% -
XYZ 11.1 14.81 26.32 -
YUV 85.9 157.4 68.87 -
System Red Green Blue C M Y K H S L
Decimal 3 118 138 0.98 0.14 0 0.46 188.89 0.96 0.28
Hex 3 76 8A 62 E 0 2E BD 60 1C
Octal 3 166 212 142 16 0 56 275 140 34
Binary 11 1110110 10001010 1100010 1110 0 101110 10111101 1100000 11100

Color Harmonies of #03768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03768A

Black with #03768A

Text Example


Text Example

White with #03768A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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