#1CA09B

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

Shades of Java #1CA09B

Tints of Java #1CA09B

Color information

#1CA09B (or 0x1CA09B) is unknown color: approx Java. HEX triplet: 1C, A0 and 9B. RGB value is (28,160,155). Sum of RGB (Red+Green+Blue) = 28+160+155=343 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.16% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA09B is #E35F64. Grayscale: #777777. Windows color (decimal): -14901093 or 10199068. OLE color: 10199068.

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

Color convert

RGB28160155-
CMYK0.8200.030.37
HSL177.73º70.21%36.86%-
HSV(B)177.73º82.5%62.75%-
XYZ18.9727.7635.37-
YUV119.96147.7762.41-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.16%
GREEN value IS 160 (62.89% from 255) = 46.65%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=8.16%
G=46.65%
B=45.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal281601550.8200.030.37177.7370.2136.86
Hex1CA09B520325b24625
Octal34240233122034526210645
Binary1110010100000100110111010010011100101101100101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,160,155); }

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

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

 a { background-color: rgb(28,160,155); }

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

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

 span { border-color: rgb(28,160,155); }

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