Html Css Color HEX #037880 Teal

📋 copy color: '#037880'

red 3 ◦ green 120 ◦ blue 128

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

Shades of Teal #037880

Tints of Teal #037880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.81%

 BLUE value IS 128 (50.39% from 255) = 51%

R = 1.2%
G = 47.81%
B = 51%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#037880 (or 0x037880) is known color: Teal. HEX triplet: 03, 78 and 80. RGB value is (3,120,128). Sum of RGB (Red+Green+Blue) = 3+120+128=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #037880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037880 is #FC877F. Grayscale: #555555. Windows color (decimal): -16549760 or 8419331. OLE color: 8419331.

HSL color Cylindrical-coordinate representation of color #037880: hue angle of 183.84º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037880 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 120 128 -
CMYK 0.98 0.06 0 0.50
HSL 183.84º 0.95% 0.26% -
HSV(B) 183.84º 0.98% 0.5% -
XYZ 10.65 15.01 22.76 -
YUV 85.93 151.74 68.85 -
System Red Green Blue C M Y K H S L
Decimal 3 120 128 0.98 0.06 0 0.50 183.84 0.95 0.26
Hex 3 78 80 62 6 0 32 B8 5F 1A
Octal 3 170 200 142 6 0 62 270 137 32
Binary 11 1111000 10000000 1100010 110 0 110010 10111000 1011111 11010

Color Harmonies of #037880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037880

Black with #037880

Text Example


Text Example

White with #037880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037880; }

 p { color: rgb(3,120,128); }

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

background-color css

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

 a { background-color: rgb(3,120,128); }

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

border-color css

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

 span { border-color: rgb(3,120,128); }

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