Html Css Color HEX #037583 Teal

📋 copy color: '#037583'

red 3 ◦ green 117 ◦ blue 131

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

Shades of Teal #037583

Tints of Teal #037583

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.61%

 BLUE value IS 131 (51.56% from 255) = 52.19%

R = 1.2%
G = 46.61%
B = 52.19%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#037583 (or 0x037583) is known color: Teal. HEX triplet: 03, 75 and 83. RGB value is (3,117,131). Sum of RGB (Red+Green+Blue) = 3+117+131=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #037583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037583 is #FC8A7C. Grayscale: #545454. Windows color (decimal): -16550525 or 8615171. OLE color: 8615171.

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

Color convert

RGB 3 117 131 -
CMYK 0.98 0.11 0 0.49
HSL 186.56º 0.96% 0.26% -
HSV(B) 186.56º 0.98% 0.51% -
XYZ 10.5 14.38 23.7 -
YUV 84.51 154.23 69.86 -
System Red Green Blue C M Y K H S L
Decimal 3 117 131 0.98 0.11 0 0.49 186.56 0.96 0.26
Hex 3 75 83 62 B 0 31 BB 60 1A
Octal 3 165 203 142 13 0 61 273 140 32
Binary 11 1110101 10000011 1100010 1011 0 110001 10111011 1100000 11010

Color Harmonies of #037583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037583

Black with #037583

Text Example


Text Example

White with #037583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037583; }

 p { color: rgb(3,117,131); }

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

background-color css

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

 a { background-color: rgb(3,117,131); }

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

border-color css

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

 span { border-color: rgb(3,117,131); }

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