Html Css Color HEX #037682 Teal

📋 copy color: '#037682'

red 3 ◦ green 118 ◦ blue 130

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

Shades of Teal #037682

Tints of Teal #037682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.01%

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

R = 1.2%
G = 47.01%
B = 51.79%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#037682 (or 0x037682) is known color: Teal. HEX triplet: 03, 76 and 82. RGB value is (3,118,130). Sum of RGB (Red+Green+Blue) = 3+118+130=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #037682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037682 is #FC897D. Grayscale: #545454. Windows color (decimal): -16550270 or 8549891. OLE color: 8549891.

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

Color convert

RGB 3 118 130 -
CMYK 0.98 0.09 0 0.49
HSL 185.67º 0.95% 0.26% -
HSV(B) 185.67º 0.98% 0.51% -
XYZ 10.55 14.59 23.38 -
YUV 84.98 153.4 69.52 -
System Red Green Blue C M Y K H S L
Decimal 3 118 130 0.98 0.09 0 0.49 185.67 0.95 0.26
Hex 3 76 82 62 9 0 31 BA 5F 1A
Octal 3 166 202 142 11 0 61 272 137 32
Binary 11 1110110 10000010 1100010 1001 0 110001 10111010 1011111 11010

Color Harmonies of #037682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037682

Black with #037682

Text Example


Text Example

White with #037682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037682; }

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

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

background-color css

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

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

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

border-color css

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

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

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