#1C8B8D

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

Shades of Java #1C8B8D

Tints of Java #1C8B8D

Color information

#1C8B8D (or 0x1C8B8D) is unknown color: approx Java. HEX triplet: 1C, 8B and 8D. RGB value is (28,139,141). Sum of RGB (Red+Green+Blue) = 28+139+141=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C8B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8B8D is #E37472. Grayscale: #696969. Windows color (decimal): -14906483 or 9276188. OLE color: 9276188.

HSL color Cylindrical-coordinate representation of color #1C8B8D: hue angle of 181.06º 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 #1C8B8D is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB28139141-
CMYK0.800.0100.45
HSL181.06º66.86%33.14%-
HSV(B)181.06º80.14%55.29%-
XYZ14.5220.6428.42-
YUV106.04147.7372.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.09%
GREEN value IS 139 (54.69% from 255) = 45.13%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=9.09%
G=45.13%
B=45.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal281391410.800.0100.45181.0666.8633.14
Hex1C8B8D50102Db54321
Octal34213215120105526510341
Binary111001000101110001101101000010101101101101011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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