#1c9ba3

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

Shades of Java #1C9BA3

Tints of Java #1C9BA3

Color information

#1C9BA3 (or 0x1C9BA3) is unknown color: approx Java. HEX triplet: 1C, 9B and A3. RGB value is (28,155,163). Sum of RGB (Red+Green+Blue) = 28+155+163=346 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.09% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 163 - color contains mainly: blue. Hex color #1C9BA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9BA3 is #E3645C. Grayscale: #757575. Windows color (decimal): -14902365 or 10722076. OLE color: 10722076.

HSL color Cylindrical-coordinate representation of color #1C9BA3: hue angle of 183.56º 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 #1C9BA3 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB28155163-
CMYK0.830.0500.36
HSL183.56º70.68%37.45%-
HSV(B)183.56º82.82%63.92%-
XYZ18.8126.3338.74-
YUV117.94153.4263.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.09%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 163 (64.06% from 255) = 47.11%
R=8.09%
G=44.80%
B=47.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281551630.830.0500.36183.5670.6837.45
Hex1C9BA3535024b84725
Octal34233243123504427010745
Binary11100100110111010001110100111010100100101110001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c9ba3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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