#3CA6A2

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

Shades of Java #3CA6A2

Tints of Java #3CA6A2

Color information

#3CA6A2 (or 0x3CA6A2) is unknown color: approx Java. HEX triplet: 3C, A6 and A2. RGB value is (60,166,162). Sum of RGB (Red+Green+Blue) = 60+166+162=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA6A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA6A2 is #C3595D. Grayscale: #858585. Windows color (decimal): -12802398 or 10659388. OLE color: 10659388.

HSL color Cylindrical-coordinate representation of color #3CA6A2: hue angle of 177.74º degrees, saturation: 0.47, 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 #3CA6A2 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB60166162-
CMYK0.6400.020.35
HSL177.74º46.9%44.31%-
HSV(B)177.74º63.86%65.1%-
XYZ22.0230.8438.97-
YUV133.85143.8875.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.46%
GREEN value IS 166 (65.23% from 255) = 42.78%
BLUE value IS 162 (63.67% from 255) = 41.75%
R=15.46%
G=42.78%
B=41.75%

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
Decimal601661620.6400.020.35177.7446.944.31
Hex3CA6A2400223b22f2c
Octal7424624210002432625754
Binary1111001010011010100010100000001010001110110010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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