#3CA8A0

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

Shades of Java #3CA8A0

Tints of Java #3CA8A0

Color information

#3CA8A0 (or 0x3CA8A0) is unknown color: approx Java. HEX triplet: 3C, A8 and A0. RGB value is (60,168,160). Sum of RGB (Red+Green+Blue) = 60+168+160=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 168 - color contains mainly: green. Hex color #3CA8A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA8A0 is #C3575F. Grayscale: #868686. Windows color (decimal): -12801888 or 10528828. OLE color: 10528828.

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

Color convert

RGB60168160-
CMYK0.6400.050.34
HSL175.56º47.37%44.71%-
HSV(B)175.56º64.29%65.88%-
XYZ22.2131.538.17-
YUV134.8142.2274.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.46%
GREEN value IS 168 (66.02% from 255) = 43.30%
BLUE value IS 160 (62.89% from 255) = 41.24%
R=15.46%
G=43.30%
B=41.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal601681600.6400.050.34175.5647.3744.71
Hex3CA8A0400522b02f2d
Octal7425024010005422605755
Binary11110010101000101000001000000010110001010110000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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