#3BA6A2

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

Shades of Java #3BA6A2

Tints of Java #3BA6A2

Color information

#3BA6A2 (or 0x3BA6A2) is unknown color: approx Java. HEX triplet: 3B, A6 and A2. RGB value is (59,166,162). Sum of RGB (Red+Green+Blue) = 59+166+162=387 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.25% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA6A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA6A2 is #C4595D. Grayscale: #858585. Windows color (decimal): -12867934 or 10659387. OLE color: 10659387.

HSL color Cylindrical-coordinate representation of color #3BA6A2: hue angle of 177.76º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA6A2 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB59166162-
CMYK0.6400.020.35
HSL177.76º47.56%44.12%-
HSV(B)177.76º64.46%65.1%-
XYZ21.9630.8138.97-
YUV133.55144.0574.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.25%
GREEN value IS 166 (65.23% from 255) = 42.89%
BLUE value IS 162 (63.67% from 255) = 41.86%
R=15.25%
G=42.89%
B=41.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal591661620.6400.020.35177.7647.5644.12
Hex3BA6A2400223b2302c
Octal7324624210002432626054
Binary1110111010011010100010100000001010001110110010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,166,162); }

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

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

 a { background-color: rgb(59,166,162); }

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

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

 span { border-color: rgb(59,166,162); }

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