Html Css Color HEX #037084 Teal

📋 copy color: '#037084'

red 3 ◦ green 112 ◦ blue 132

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

Shades of Teal #037084

Tints of Teal #037084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.44%

R = 1.21%
G = 45.34%
B = 53.44%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#037084 (or 0x037084) is known color: Teal. HEX triplet: 03, 70 and 84. RGB value is (3,112,132). Sum of RGB (Red+Green+Blue) = 3+112+132=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #037084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037084 is #FC8F7B. Grayscale: #515151. Windows color (decimal): -16551804 or 8679427. OLE color: 8679427.

HSL color Cylindrical-coordinate representation of color #037084: hue angle of 189.3º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037084 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 112 132 -
CMYK 0.98 0.15 0 0.48
HSL 189.3º 0.96% 0.26% -
HSV(B) 189.3º 0.98% 0.52% -
XYZ 10 13.27 23.86 -
YUV 81.69 156.39 71.87 -
System Red Green Blue C M Y K H S L
Decimal 3 112 132 0.98 0.15 0 0.48 189.3 0.96 0.26
Hex 3 70 84 62 F 0 30 BD 60 1A
Octal 3 160 204 142 17 0 60 275 140 32
Binary 11 1110000 10000100 1100010 1111 0 110000 10111101 1100000 11010

Color Harmonies of #037084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037084

Black with #037084

Text Example


Text Example

White with #037084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037084; }

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

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

background-color css

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

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

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

border-color css

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

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

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