Html Css Color HEX #037A8B Teal

📋 copy color: '#037A8B'

red 3 ◦ green 122 ◦ blue 139

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

Shades of Teal #037A8B

Tints of Teal #037A8B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.21%

 BLUE value IS 139 (54.69% from 255) = 52.65%

R = 1.14%
G = 46.21%
B = 52.65%

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

#037A8B (or 0x037A8B) is known color: Teal. HEX triplet: 03, 7A and 8B. RGB value is (3,122,139). Sum of RGB (Red+Green+Blue) = 3+122+139=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #037A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037A8B is #FC8574. Grayscale: #585858. Windows color (decimal): -16549237 or 9140739. OLE color: 9140739.

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

Color convert

RGB 3 122 139 -
CMYK 0.98 0.12 0 0.45
HSL 187.5º 0.96% 0.28% -
HSV(B) 187.5º 0.98% 0.55% -
XYZ 11.66 15.8 26.86 -
YUV 88.36 156.58 67.12 -
System Red Green Blue C M Y K H S L
Decimal 3 122 139 0.98 0.12 0 0.45 187.5 0.96 0.28
Hex 3 7A 8B 62 C 0 2D BC 60 1C
Octal 3 172 213 142 14 0 55 274 140 34
Binary 11 1111010 10001011 1100010 1100 0 101101 10111100 1100000 11100

Color Harmonies of #037A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037A8B

Black with #037A8B

Text Example


Text Example

White with #037A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,122,139); }

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

background-color css

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

 a { background-color: rgb(3,122,139); }

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

border-color css

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

 span { border-color: rgb(3,122,139); }

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