#1C989A

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

Shades of Java #1C989A

Tints of Java #1C989A

Color information

#1C989A (or 0x1C989A) is unknown color: approx Java. HEX triplet: 1C, 98 and 9A. RGB value is (28,152,154). Sum of RGB (Red+Green+Blue) = 28+152+154=334 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.38% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C989A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C989A is #E36765. Grayscale: #737373. Windows color (decimal): -14903142 or 10131484. OLE color: 10131484.

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

Color convert

RGB28152154-
CMYK0.820.0100.40
HSL180.95º69.23%35.69%-
HSV(B)180.95º81.82%60.39%-
XYZ17.5425.0434.48-
YUV115.15149.9265.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.38%
GREEN value IS 152 (59.77% from 255) = 45.51%
BLUE value IS 154 (60.55% from 255) = 46.11%
R=8.38%
G=45.51%
B=46.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal281521540.820.0100.40180.9569.2335.69
Hex1C989A521028b54524
Octal34230232122105026510544
Binary111001001100010011010101001010101000101101011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,152,154); }

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

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

 a { background-color: rgb(28,152,154); }

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

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

 span { border-color: rgb(28,152,154); }

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