Html Css Color HEX #037C82 Teal

📋 copy color: '#037C82'

red 3 ◦ green 124 ◦ blue 130

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

Shades of Teal #037C82

Tints of Teal #037C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.25%

 BLUE value IS 130 (51.17% from 255) = 50.58%

R = 1.17%
G = 48.25%
B = 50.58%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#037C82 (or 0x037C82) is known color: Teal. HEX triplet: 03, 7C and 82. RGB value is (3,124,130). Sum of RGB (Red+Green+Blue) = 3+124+130=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #037C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037C82 is #FC837D. Grayscale: #585858. Windows color (decimal): -16548734 or 8551427. OLE color: 8551427.

HSL color Cylindrical-coordinate representation of color #037C82: hue angle of 182.83º degrees, saturation: 0.95, 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 #037C82 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 124 130 -
CMYK 0.98 0.05 0 0.49
HSL 182.83º 0.95% 0.26% -
HSV(B) 182.83º 0.98% 0.51% -
XYZ 11.27 16.05 23.62 -
YUV 88.51 151.41 67.01 -
System Red Green Blue C M Y K H S L
Decimal 3 124 130 0.98 0.05 0 0.49 182.83 0.95 0.26
Hex 3 7C 82 62 5 0 31 B7 5F 1A
Octal 3 174 202 142 5 0 61 267 137 32
Binary 11 1111100 10000010 1100010 101 0 110001 10110111 1011111 11010

Color Harmonies of #037C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037C82

Black with #037C82

Text Example


Text Example

White with #037C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037C82; }

 p { color: rgb(3,124,130); }

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

background-color css

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

 a { background-color: rgb(3,124,130); }

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

border-color css

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

 span { border-color: rgb(3,124,130); }

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