Html Css Color HEX #037982 Teal

📋 copy color: '#037982'

red 3 ◦ green 121 ◦ blue 130

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

Shades of Teal #037982

Tints of Teal #037982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.64%

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

R = 1.18%
G = 47.64%
B = 51.18%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#037982 (or 0x037982) is known color: Teal. HEX triplet: 03, 79 and 82. RGB value is (3,121,130). Sum of RGB (Red+Green+Blue) = 3+121+130=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #037982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037982 is #FC867D. Grayscale: #565656. Windows color (decimal): -16549502 or 8550659. OLE color: 8550659.

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

Color convert

RGB 3 121 130 -
CMYK 0.98 0.07 0 0.49
HSL 184.25º 0.95% 0.26% -
HSV(B) 184.25º 0.98% 0.51% -
XYZ 10.9 15.31 23.5 -
YUV 86.74 152.41 68.27 -
System Red Green Blue C M Y K H S L
Decimal 3 121 130 0.98 0.07 0 0.49 184.25 0.95 0.26
Hex 3 79 82 62 7 0 31 B8 5F 1A
Octal 3 171 202 142 7 0 61 270 137 32
Binary 11 1111001 10000010 1100010 111 0 110001 10111000 1011111 11010

Color Harmonies of #037982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037982

Black with #037982

Text Example


Text Example

White with #037982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037982; }

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

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

background-color css

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

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

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

border-color css

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

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

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