Html Css Color HEX #037B8C Teal

📋 copy color: '#037B8C'

red 3 ◦ green 123 ◦ blue 140

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

Shades of Teal #037B8C

Tints of Teal #037B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.24%

 BLUE value IS 140 (55.08% from 255) = 52.63%

R = 1.13%
G = 46.24%
B = 52.63%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#037B8C (or 0x037B8C) is known color: Teal. HEX triplet: 03, 7B and 8C. RGB value is (3,123,140). Sum of RGB (Red+Green+Blue) = 3+123+140=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #037B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037B8C is #FC8473. Grayscale: #585858. Windows color (decimal): -16548980 or 9206531. OLE color: 9206531.

HSL color Cylindrical-coordinate representation of color #037B8C: hue angle of 187.45º 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 #037B8C is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 123 140 -
CMYK 0.98 0.12 0 0.45
HSL 187.45º 0.96% 0.28% -
HSV(B) 187.45º 0.98% 0.55% -
XYZ 11.85 16.08 27.29 -
YUV 89.06 156.74 66.62 -
System Red Green Blue C M Y K H S L
Decimal 3 123 140 0.98 0.12 0 0.45 187.45 0.96 0.28
Hex 3 7B 8C 62 C 0 2D BB 60 1C
Octal 3 173 214 142 14 0 55 273 140 34
Binary 11 1111011 10001100 1100010 1100 0 101101 10111011 1100000 11100

Color Harmonies of #037B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037B8C

Black with #037B8C

Text Example


Text Example

White with #037B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,123,140); }

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

background-color css

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

 a { background-color: rgb(3,123,140); }

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

border-color css

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

 span { border-color: rgb(3,123,140); }

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