Html Css Color HEX #037085 Teal

📋 copy color: '#037085'

red 3 ◦ green 112 ◦ blue 133

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

Shades of Teal #037085

Tints of Teal #037085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.16%

 BLUE value IS 133 (52.34% from 255) = 53.63%

R = 1.21%
G = 45.16%
B = 53.63%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#037085 (or 0x037085) is known color: Teal. HEX triplet: 03, 70 and 85. RGB value is (3,112,133). Sum of RGB (Red+Green+Blue) = 3+112+133=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #037085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037085 is #FC8F7A. Grayscale: #515151. Windows color (decimal): -16551803 or 8744963. OLE color: 8744963.

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

Color convert

RGB 3 112 133 -
CMYK 0.98 0.16 0 0.48
HSL 189.69º 0.96% 0.27% -
HSV(B) 189.69º 0.98% 0.52% -
XYZ 10.07 13.3 24.23 -
YUV 81.8 156.89 71.79 -
System Red Green Blue C M Y K H S L
Decimal 3 112 133 0.98 0.16 0 0.48 189.69 0.96 0.27
Hex 3 70 85 62 10 0 30 BE 60 1B
Octal 3 160 205 142 20 0 60 276 140 33
Binary 11 1110000 10000101 1100010 10000 0 110000 10111110 1100000 11011

Color Harmonies of #037085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037085

Black with #037085

Text Example


Text Example

White with #037085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037085; }

 p { color: rgb(3,112,133); }

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

background-color css

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

 a { background-color: rgb(3,112,133); }

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

border-color css

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

 span { border-color: rgb(3,112,133); }

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