#37A5A1

Color #37A5A1 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #37A5A1

Tints of Java #37A5A1

Color information

#37A5A1 (or 0x37A5A1) is unknown color: approx Java. HEX triplet: 37, A5 and A1. RGB value is (55,165,161). Sum of RGB (Red+Green+Blue) = 55+165+161=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #37A5A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A5A1 is #C85A5E. Grayscale: #838383. Windows color (decimal): -13130335 or 10593591. OLE color: 10593591.

HSL color Cylindrical-coordinate representation of color #37A5A1: hue angle of 177.82º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37A5A1 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB55165161-
CMYK0.6700.020.35
HSL177.82º50%43.14%-
HSV(B)177.82º66.67%64.71%-
XYZ21.4630.338.43-
YUV131.65144.5673.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.44%
GREEN value IS 165 (64.84% from 255) = 43.31%
BLUE value IS 161 (63.28% from 255) = 42.26%
R=14.44%
G=43.31%
B=42.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal551651610.6700.020.35177.825043.14
Hex37A5A1430223b2322b
Octal6724524110302432626253
Binary1101111010010110100001100001101010001110110010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37A5A1; }

 p { color: rgb(55,165,161); }

 H1.HeaderClassName
 {
   color: #37A5A1;
 }
 .AnyTagClassName
 {
   color: #37A5A1;
 }
</style>
background-color css

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

 a { background-color: rgb(55,165,161); }

 div.DivClassName
 {
   background-color: #37A5A1;
 }
 .BgClassName
 {
   background-color: #37A5A1;
 }
</style>
border-color css

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

 span { border-color: rgb(55,165,161); }

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