Html Css Color HEX #037884 Teal

📋 copy color: '#037884'

red 3 ◦ green 120 ◦ blue 132

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

Shades of Teal #037884

Tints of Teal #037884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.76%

R = 1.18%
G = 47.06%
B = 51.76%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#037884 (or 0x037884) is known color: Teal. HEX triplet: 03, 78 and 84. RGB value is (3,120,132). Sum of RGB (Red+Green+Blue) = 3+120+132=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #037884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037884 is #FC877B. Grayscale: #565656. Windows color (decimal): -16549756 or 8681475. OLE color: 8681475.

HSL color Cylindrical-coordinate representation of color #037884: hue angle of 185.58º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037884 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 120 132 -
CMYK 0.98 0.09 0 0.48
HSL 185.58º 0.96% 0.26% -
HSV(B) 185.58º 0.98% 0.52% -
XYZ 10.92 15.12 24.17 -
YUV 86.39 153.74 68.52 -
System Red Green Blue C M Y K H S L
Decimal 3 120 132 0.98 0.09 0 0.48 185.58 0.96 0.26
Hex 3 78 84 62 9 0 30 BA 60 1A
Octal 3 170 204 142 11 0 60 272 140 32
Binary 11 1111000 10000100 1100010 1001 0 110000 10111010 1100000 11010

Color Harmonies of #037884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037884

Black with #037884

Text Example


Text Example

White with #037884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037884; }

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

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

background-color css

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

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

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

border-color css

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

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

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