Html Css Color HEX #037D8D Teal

📋 copy color: '#037D8D'

red 3 ◦ green 125 ◦ blue 141

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

Shades of Teal #037D8D

Tints of Teal #037D8D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.47%

 BLUE value IS 141 (55.47% from 255) = 52.42%

R = 1.12%
G = 46.47%
B = 52.42%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#037D8D (or 0x037D8D) is known color: Teal. HEX triplet: 03, 7D and 8D. RGB value is (3,125,141). Sum of RGB (Red+Green+Blue) = 3+125+141=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #037D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037D8D is #FC8272. Grayscale: #5A5A5A. Windows color (decimal): -16548467 or 9272579. OLE color: 9272579.

HSL color Cylindrical-coordinate representation of color #037D8D: hue angle of 186.96º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037D8D is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 125 141 -
CMYK 0.98 0.11 0 0.45
HSL 186.96º 0.96% 0.28% -
HSV(B) 186.96º 0.98% 0.55% -
XYZ 12.18 16.61 27.76 -
YUV 90.35 156.58 65.7 -
System Red Green Blue C M Y K H S L
Decimal 3 125 141 0.98 0.11 0 0.45 186.96 0.96 0.28
Hex 3 7D 8D 62 B 0 2D BB 60 1C
Octal 3 175 215 142 13 0 55 273 140 34
Binary 11 1111101 10001101 1100010 1011 0 101101 10111011 1100000 11100

Color Harmonies of #037D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037D8D

Black with #037D8D

Text Example


Text Example

White with #037D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,125,141); }

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

background-color css

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

 a { background-color: rgb(3,125,141); }

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

border-color css

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

 span { border-color: rgb(3,125,141); }

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