#1C899A

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

Shades of Java #1C899A

Tints of Java #1C899A

Color information

#1C899A (or 0x1C899A) is unknown color: approx Java. HEX triplet: 1C, 89 and 9A. RGB value is (28,137,154). Sum of RGB (Red+Green+Blue) = 28+137+154=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C899A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C899A is #E37665. Grayscale: #6A6A6A. Windows color (decimal): -14906982 or 10127644. OLE color: 10127644.

HSL color Cylindrical-coordinate representation of color #1C899A: hue angle of 188.1º 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 #1C899A is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB28137154-
CMYK0.820.1100.40
HSL188.1º69.23%35.69%-
HSV(B)188.1º81.82%60.39%-
XYZ15.2620.4733.72-
YUV106.35154.8972.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.78%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=8.78%
G=42.95%
B=48.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal281371540.820.1100.40188.169.2335.69
Hex1C899A52B028bc4524
Octal342112321221305027410544
Binary111001000100110011010101001010110101000101111001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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