#1C8A8B

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

Shades of Java #1C8A8B

Tints of Java #1C8A8B

Color information

#1C8A8B (or 0x1C8A8B) is unknown color: approx Java. HEX triplet: 1C, 8A and 8B. RGB value is (28,138,139). Sum of RGB (Red+Green+Blue) = 28+138+139=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C8A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8A8B is #E37574. Grayscale: #696969. Windows color (decimal): -14906741 or 9144860. OLE color: 9144860.

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

Color convert

RGB28138139-
CMYK0.800.0100.45
HSL180.54º66.47%32.75%-
HSV(B)180.54º79.86%54.51%-
XYZ14.2320.2927.59-
YUV105.22147.0672.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.18%
GREEN value IS 138 (54.30% from 255) = 45.25%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=9.18%
G=45.25%
B=45.57%

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
Decimal281381390.800.0100.45180.5466.4732.75
Hex1C8A8B50102Db54221
Octal34212213120105526510241
Binary111001000101010001011101000010101101101101011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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