#3BA8A0

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

Shades of Java #3BA8A0

Tints of Java #3BA8A0

Color information

#3BA8A0 (or 0x3BA8A0) is unknown color: approx Java. HEX triplet: 3B, A8 and A0. RGB value is (59,168,160). Sum of RGB (Red+Green+Blue) = 59+168+160=387 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.25% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #3BA8A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA8A0 is #C4575F. Grayscale: #868686. Windows color (decimal): -12867424 or 10528827. OLE color: 10528827.

HSL color Cylindrical-coordinate representation of color #3BA8A0: hue angle of 175.6º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA8A0 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB59168160-
CMYK0.6500.050.34
HSL175.6º48.02%44.51%-
HSV(B)175.6º64.88%65.88%-
XYZ22.1531.4738.17-
YUV134.5142.3974.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.25%
GREEN value IS 168 (66.02% from 255) = 43.41%
BLUE value IS 160 (62.89% from 255) = 41.34%
R=15.25%
G=43.41%
B=41.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal591681600.6500.050.34175.648.0244.51
Hex3BA8A0410522b0302d
Octal7325024010105422606055
Binary11101110101000101000001000001010110001010110000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BA8A0; }

 p { color: rgb(59,168,160); }

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

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

 a { background-color: rgb(59,168,160); }

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

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

 span { border-color: rgb(59,168,160); }

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