#1C989D

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

Shades of Java #1C989D

Tints of Java #1C989D

Color information

#1C989D (or 0x1C989D) is unknown color: approx Java. HEX triplet: 1C, 98 and 9D. RGB value is (28,152,157). Sum of RGB (Red+Green+Blue) = 28+152+157=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C989D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C989D is #E36762. Grayscale: #737373. Windows color (decimal): -14903139 or 10328092. OLE color: 10328092.

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

Color convert

RGB28152157-
CMYK0.820.0300.38
HSL182.33º69.73%36.27%-
HSV(B)182.33º82.17%61.57%-
XYZ17.7925.1435.81-
YUV115.49151.4265.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.31%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=8.31%
G=45.10%
B=46.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal281521570.820.0300.38182.3369.7336.27
Hex1C989D523026b64624
Octal34230235122304626610644
Binary1110010011000100111011010010110100110101101101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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