#1C9989

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

Shades of Java #1C9989

Tints of Java #1C9989

Color information

#1C9989 (or 0x1C9989) is unknown color: approx Java. HEX triplet: 1C, 99 and 89. RGB value is (28,153,137). Sum of RGB (Red+Green+Blue) = 28+153+137=318 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.81% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #1C9989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9989 is #E36676. Grayscale: #717171. Windows color (decimal): -14902903 or 9017628. OLE color: 9017628.

HSL color Cylindrical-coordinate representation of color #1C9989: hue angle of 172.32º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9989 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB28153137-
CMYK0.8200.100.4
HSL172.32º69.06%35.49%-
HSV(B)172.32º81.7%60%-
XYZ16.3924.8427.6-
YUV113.8141.0966.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.81%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 137 (53.91% from 255) = 43.08%
R=8.81%
G=48.11%
B=43.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal281531370.8200.100.4172.3269.0635.49
Hex1C9989520A28ac4523
Octal342312111220125025410543
Binary111001001100110001001101001001010101000101011001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,153,137); }

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

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

 a { background-color: rgb(28,153,137); }

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

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

 span { border-color: rgb(28,153,137); }

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