Html Css Color HEX #03837E Teal

📋 copy color: '#03837E'

red 3 ◦ green 131 ◦ blue 126

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

Shades of Teal #03837E

Tints of Teal #03837E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.38%

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

R = 1.15%
G = 50.38%
B = 48.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#03837E (or 0x03837E) is known color: Teal. HEX triplet: 03, 83 and 7E. RGB value is (3,131,126). Sum of RGB (Red+Green+Blue) = 3+131+126=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #03837E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03837E is #FC7C81. Grayscale: #5C5C5C. Windows color (decimal): -16546946 or 8291075. OLE color: 8291075.

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

Color convert

RGB 3 131 126 -
CMYK 0.98 0 0.04 0.49
HSL 177.66º 0.96% 0.26% -
HSV(B) 177.66º 0.98% 0.51% -
XYZ 11.92 17.76 22.54 -
YUV 92.16 147.09 64.41 -
System Red Green Blue C M Y K H S L
Decimal 3 131 126 0.98 0 0.04 0.49 177.66 0.96 0.26
Hex 3 83 7E 62 0 4 31 B2 60 1A
Octal 3 203 176 142 0 4 61 262 140 32
Binary 11 10000011 1111110 1100010 0 100 110001 10110010 1100000 11010

Color Harmonies of #03837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03837E

Black with #03837E

Text Example


Text Example

White with #03837E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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