Html Css Color HEX #03777E Teal

📋 copy color: '#03777E'

red 3 ◦ green 119 ◦ blue 126

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

Shades of Teal #03777E

Tints of Teal #03777E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.98%

 BLUE value IS 126 (49.61% from 255) = 50.81%

R = 1.21%
G = 47.98%
B = 50.81%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03777E (or 0x03777E) is known color: Teal. HEX triplet: 03, 77 and 7E. RGB value is (3,119,126). Sum of RGB (Red+Green+Blue) = 3+119+126=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 126 (49.61% from 255 or 50.81% from 248); Max value from RGB is 126 - color contains mainly: blue. Hex color #03777E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03777E is #FC8881. Grayscale: #545454. Windows color (decimal): -16550018 or 8288003. OLE color: 8288003.

HSL color Cylindrical-coordinate representation of color #03777E: hue angle of 183.41º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03777E is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 119 126 -
CMYK 0.98 0.06 0 0.51
HSL 183.41º 0.95% 0.25% -
HSV(B) 183.41º 0.98% 0.49% -
XYZ 10.4 14.72 22.03 -
YUV 85.11 151.07 69.43 -
System Red Green Blue C M Y K H S L
Decimal 3 119 126 0.98 0.06 0 0.51 183.41 0.95 0.25
Hex 3 77 7E 62 6 0 33 B7 5F 19
Octal 3 167 176 142 6 0 63 267 137 31
Binary 11 1110111 1111110 1100010 110 0 110011 10110111 1011111 11001

Color Harmonies of #03777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03777E

Black with #03777E

Text Example


Text Example

White with #03777E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,119,126); }

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

background-color css

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

 a { background-color: rgb(3,119,126); }

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

border-color css

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

 span { border-color: rgb(3,119,126); }

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