Html Css Color HEX #037B8E Teal

📋 copy color: '#037B8E'

red 3 ◦ green 123 ◦ blue 142

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

Shades of Teal #037B8E

Tints of Teal #037B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.99%

R = 1.12%
G = 45.9%
B = 52.99%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#037B8E (or 0x037B8E) is known color: Teal. HEX triplet: 03, 7B and 8E. RGB value is (3,123,142). Sum of RGB (Red+Green+Blue) = 3+123+142=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #037B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037B8E is #FC8471. Grayscale: #595959. Windows color (decimal): -16548978 or 9337603. OLE color: 9337603.

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

Color convert

RGB 3 123 142 -
CMYK 0.98 0.13 0 0.44
HSL 188.2º 0.96% 0.28% -
HSV(B) 188.2º 0.98% 0.56% -
XYZ 12 16.14 28.07 -
YUV 89.29 157.74 66.46 -
System Red Green Blue C M Y K H S L
Decimal 3 123 142 0.98 0.13 0 0.44 188.2 0.96 0.28
Hex 3 7B 8E 62 D 0 2C BC 60 1C
Octal 3 173 216 142 15 0 54 274 140 34
Binary 11 1111011 10001110 1100010 1101 0 101100 10111100 1100000 11100

Color Harmonies of #037B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037B8E

Black with #037B8E

Text Example


Text Example

White with #037B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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