#37A198

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

Shades of Java #37A198

Tints of Java #37A198

Color information

#37A198 (or 0x37A198) is unknown color: approx Java. HEX triplet: 37, A1 and 98. RGB value is (55,161,152). Sum of RGB (Red+Green+Blue) = 55+161+152=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 161 - color contains mainly: green. Hex color #37A198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A198 is #C85E67. Grayscale: #808080. Windows color (decimal): -13131368 or 10002743. OLE color: 10002743.

HSL color Cylindrical-coordinate representation of color #37A198: hue angle of 174.91º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A198 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB55161152-
CMYK0.6600.060.37
HSL174.91º49.07%42.35%-
HSV(B)174.91º65.84%63.14%-
XYZ19.9928.5734.17-
YUV128.28141.3875.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.95%
GREEN value IS 161 (63.28% from 255) = 43.75%
BLUE value IS 152 (59.77% from 255) = 41.30%
R=14.95%
G=43.75%
B=41.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal551611520.6600.060.37174.9149.0742.35
Hex37A198420625af312a
Octal6724123010206452576152
Binary11011110100001100110001000010011010010110101111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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