#1C8F94

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

Shades of Java #1C8F94

Tints of Java #1C8F94

Color information

#1C8F94 (or 0x1C8F94) is unknown color: approx Java. HEX triplet: 1C, 8F and 94. RGB value is (28,143,148). Sum of RGB (Red+Green+Blue) = 28+143+148=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C8F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8F94 is #E3706B. Grayscale: #6D6D6D. Windows color (decimal): -14905452 or 9735964. OLE color: 9735964.

HSL color Cylindrical-coordinate representation of color #1C8F94: hue angle of 182.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C8F94 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB28143148-
CMYK0.810.0300.42
HSL182.5º68.18%34.51%-
HSV(B)182.5º81.08%58.04%-
XYZ15.6522.0331.44-
YUV109.18149.970.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.78%
GREEN value IS 143 (56.25% from 255) = 44.83%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=8.78%
G=44.83%
B=46.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281431480.810.0300.42182.568.1834.51
Hex1C8F9451302Ab64423
Octal34217224121305226610443
Binary1110010001111100101001010001110101010101101101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,143,148); }

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

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

 a { background-color: rgb(28,143,148); }

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

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

 span { border-color: rgb(28,143,148); }

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