#1CA195

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

Shades of Java #1CA195

Tints of Java #1CA195

Color information

#1CA195 (or 0x1CA195) is unknown color: approx Java. HEX triplet: 1C, A1 and 95. RGB value is (28,161,149). Sum of RGB (Red+Green+Blue) = 28+161+149=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA195 is #E35E6A. Grayscale: #777777. Windows color (decimal): -14900843 or 9806108. OLE color: 9806108.

HSL color Cylindrical-coordinate representation of color #1CA195: hue angle of 174.59º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA195 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB28161149-
CMYK0.8300.070.37
HSL174.59º70.37%37.06%-
HSV(B)174.59º82.61%63.14%-
XYZ18.6527.9132.84-
YUV119.86144.4462.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.28%
GREEN value IS 161 (63.28% from 255) = 47.63%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=8.28%
G=47.63%
B=44.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal281611490.8300.070.37174.5970.3737.06
Hex1CA195530725af4625
Octal34241225123074525710645
Binary11100101000011001010110100110111100101101011111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,161,149); }

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

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

 a { background-color: rgb(28,161,149); }

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

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

 span { border-color: rgb(28,161,149); }

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