Html Css Color HEX #03837A Teal

📋 copy color: '#03837A'

red 3 ◦ green 131 ◦ blue 122

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

Shades of Teal #03837A

Tints of Teal #03837A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.66%

R = 1.17%
G = 51.17%
B = 47.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#03837A (or 0x03837A) is known color: Teal. HEX triplet: 03, 83 and 7A. RGB value is (3,131,122). Sum of RGB (Red+Green+Blue) = 3+131+122=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #03837A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03837A is #FC7C85. Grayscale: #5B5B5B. Windows color (decimal): -16546950 or 8028931. OLE color: 8028931.

HSL color Cylindrical-coordinate representation of color #03837A: hue angle of 175.78º 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 #03837A is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 131 122 -
CMYK 0.98 0 0.07 0.49
HSL 175.78º 0.96% 0.26% -
HSV(B) 175.78º 0.98% 0.51% -
XYZ 11.67 17.66 21.21 -
YUV 91.7 145.09 64.73 -
System Red Green Blue C M Y K H S L
Decimal 3 131 122 0.98 0 0.07 0.49 175.78 0.96 0.26
Hex 3 83 7A 62 0 7 31 B0 60 1A
Octal 3 203 172 142 0 7 61 260 140 32
Binary 11 10000011 1111010 1100010 0 111 110001 10110000 1100000 11010

Color Harmonies of #03837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03837A

Black with #03837A

Text Example


Text Example

White with #03837A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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