Html Css Color HEX #03757F Teal

📋 copy color: '#03757F'

red 3 ◦ green 117 ◦ blue 127

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

Shades of Teal #03757F

Tints of Teal #03757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.37%

 BLUE value IS 127 (50% from 255) = 51.42%

R = 1.21%
G = 47.37%
B = 51.42%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#03757F (or 0x03757F) is known color: Teal. HEX triplet: 03, 75 and 7F. RGB value is (3,117,127). Sum of RGB (Red+Green+Blue) = 3+117+127=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #03757F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03757F is #FC8A80. Grayscale: #535353. Windows color (decimal): -16550529 or 8353027. OLE color: 8353027.

HSL color Cylindrical-coordinate representation of color #03757F: hue angle of 184.84º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03757F is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 117 127 -
CMYK 0.98 0.08 0 0.50
HSL 184.84º 0.95% 0.25% -
HSV(B) 184.84º 0.98% 0.5% -
XYZ 10.23 14.27 22.29 -
YUV 84.05 152.23 70.19 -
System Red Green Blue C M Y K H S L
Decimal 3 117 127 0.98 0.08 0 0.50 184.84 0.95 0.25
Hex 3 75 7F 62 8 0 32 B9 5F 19
Octal 3 165 177 142 10 0 62 271 137 31
Binary 11 1110101 1111111 1100010 1000 0 110010 10111001 1011111 11001

Color Harmonies of #03757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03757F

Black with #03757F

Text Example


Text Example

White with #03757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03757F; }

 p { color: rgb(3,117,127); }

 H1.HeaderClassName
 {
   color: #03757F;
 }
 .AnyTagClassName
 {
   color: #03757F;
 }
</style>

background-color css

<style>
 a { background-color: #03757F; }

 a { background-color: rgb(3,117,127); }

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

border-color css

<style>
 span { border-color: #03757F; }

 span { border-color: rgb(3,117,127); }

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