#1C9DA0

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

Shades of Java #1C9DA0

Tints of Java #1C9DA0

Color information

#1C9DA0 (or 0x1C9DA0) is unknown color: approx Java. HEX triplet: 1C, 9D and A0. RGB value is (28,157,160). Sum of RGB (Red+Green+Blue) = 28+157+160=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 160 - color contains mainly: blue. Hex color #1C9DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9DA0 is #E3625F. Grayscale: #767676. Windows color (decimal): -14901856 or 10525980. OLE color: 10525980.

HSL color Cylindrical-coordinate representation of color #1C9DA0: hue angle of 181.36º 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 #1C9DA0 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB28157160-
CMYK0.820.0200.37
HSL181.36º70.21%36.86%-
HSV(B)181.36º82.5%62.75%-
XYZ18.8826.937.45-
YUV118.77151.2663.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.12%
GREEN value IS 157 (61.72% from 255) = 45.51%
BLUE value IS 160 (62.89% from 255) = 46.38%
R=8.12%
G=45.51%
B=46.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal281571600.820.0200.37181.3670.2136.86
Hex1C9DA0522025b54625
Octal34235240122204526510645
Binary1110010011101101000001010010100100101101101011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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