#1c898d

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

Shades of Java #1C898D

Tints of Java #1C898D

Color information

#1C898D (or 0x1C898D) is unknown color: approx Java. HEX triplet: 1C, 89 and 8D. RGB value is (28,137,141). Sum of RGB (Red+Green+Blue) = 28+137+141=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C898D is #E37672. Grayscale: #686868. Windows color (decimal): -14906995 or 9275676. OLE color: 9275676.

HSL color Cylindrical-coordinate representation of color #1C898D: hue angle of 182.12º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C898D is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB28137141-
CMYK0.800.0300.45
HSL182.12º66.86%33.14%-
HSV(B)182.12º80.14%55.29%-
XYZ14.2320.0628.32-
YUV104.86148.3973.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.15%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=9.15%
G=44.77%
B=46.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal281371410.800.0300.45182.1266.8633.14
Hex1C898D50302Db64321
Octal34211215120305526610341
Binary1110010001001100011011010000110101101101101101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c898d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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