Html Css Color HEX #037385 Teal

📋 copy color: '#037385'

red 3 ◦ green 115 ◦ blue 133

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

Shades of Teal #037385

Tints of Teal #037385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.82%

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

R = 1.2%
G = 45.82%
B = 52.99%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#037385 (or 0x037385) is known color: Teal. HEX triplet: 03, 73 and 85. RGB value is (3,115,133). Sum of RGB (Red+Green+Blue) = 3+115+133=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #037385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037385 is #FC8C7A. Grayscale: #535353. Windows color (decimal): -16551035 or 8745731. OLE color: 8745731.

HSL color Cylindrical-coordinate representation of color #037385: hue angle of 188.31º 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 #037385 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 115 133 -
CMYK 0.98 0.14 0 0.48
HSL 188.31º 0.96% 0.27% -
HSV(B) 188.31º 0.98% 0.52% -
XYZ 10.4 13.97 24.34 -
YUV 83.56 155.89 70.54 -
System Red Green Blue C M Y K H S L
Decimal 3 115 133 0.98 0.14 0 0.48 188.31 0.96 0.27
Hex 3 73 85 62 E 0 30 BC 60 1B
Octal 3 163 205 142 16 0 60 274 140 33
Binary 11 1110011 10000101 1100010 1110 0 110000 10111100 1100000 11011

Color Harmonies of #037385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037385

Black with #037385

Text Example


Text Example

White with #037385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037385; }

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

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

background-color css

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

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

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

border-color css

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

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

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