#1CA39F

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

Shades of Java #1CA39F

Tints of Java #1CA39F

Color information

#1CA39F (or 0x1CA39F) is unknown color: approx Java. HEX triplet: 1C, A3 and 9F. RGB value is (28,163,159). Sum of RGB (Red+Green+Blue) = 28+163+159=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA39F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA39F is #E35C60. Grayscale: #7A7A7A. Windows color (decimal): -14900321 or 10461980. OLE color: 10461980.

HSL color Cylindrical-coordinate representation of color #1CA39F: hue angle of 178.22º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA39F is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB28163159-
CMYK0.8300.020.36
HSL178.22º70.68%37.45%-
HSV(B)178.22º82.82%63.92%-
XYZ19.8328.9437.34-
YUV122.18148.7760.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8%
GREEN value IS 163 (64.06% from 255) = 46.57%
BLUE value IS 159 (62.5% from 255) = 45.43%
R=8%
G=46.57%
B=45.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281631590.8300.020.36178.2270.6837.45
Hex1CA39F530224b24725
Octal34243237123024426210745
Binary1110010100011100111111010011010100100101100101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CA39F; }

 p { color: rgb(28,163,159); }

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

<style>
 a { background-color: #1CA39F; }

 a { background-color: rgb(28,163,159); }

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

<style>
 span { border-color: #1CA39F; }

 span { border-color: rgb(28,163,159); }

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