Html Css Color HEX #037083 Teal

📋 copy color: '#037083'

red 3 ◦ green 112 ◦ blue 131

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

Shades of Teal #037083

Tints of Teal #037083

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

 BLUE value IS 131 (51.56% from 255) = 53.25%

R = 1.22%
G = 45.53%
B = 53.25%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#037083 (or 0x037083) is known color: Teal. HEX triplet: 03, 70 and 83. RGB value is (3,112,131). Sum of RGB (Red+Green+Blue) = 3+112+131=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #037083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037083 is #FC8F7C. Grayscale: #515151. Windows color (decimal): -16551805 or 8613891. OLE color: 8613891.

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

Color convert

RGB 3 112 131 -
CMYK 0.98 0.15 0 0.49
HSL 188.91º 0.96% 0.26% -
HSV(B) 188.91º 0.98% 0.51% -
XYZ 9.93 13.25 23.51 -
YUV 81.58 155.89 71.96 -
System Red Green Blue C M Y K H S L
Decimal 3 112 131 0.98 0.15 0 0.49 188.91 0.96 0.26
Hex 3 70 83 62 F 0 31 BD 60 1A
Octal 3 160 203 142 17 0 61 275 140 32
Binary 11 1110000 10000011 1100010 1111 0 110001 10111101 1100000 11010

Color Harmonies of #037083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037083

Black with #037083

Text Example


Text Example

White with #037083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037083; }

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

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

background-color css

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

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

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

border-color css

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

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

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