#188E8D

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

Shades of Java #188E8D

Tints of Java #188E8D

Color information

#188E8D (or 0x188E8D) is unknown color: approx Java. HEX triplet: 18, 8E and 8D. RGB value is (24,142,141). Sum of RGB (Red+Green+Blue) = 24+142+141=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 142 - color contains mainly: green. Hex color #188E8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188E8D is #E77172. Grayscale: #6A6A6A. Windows color (decimal): -15167859 or 9276952. OLE color: 9276952.

HSL color Cylindrical-coordinate representation of color #188E8D: hue angle of 179.49º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188E8D is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB24142141-
CMYK0.8300.010.44
HSL179.49º71.08%32.55%-
HSV(B)179.49º83.1%55.69%-
XYZ14.8621.4628.56-
YUV106.6147.4169.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.82%
GREEN value IS 142 (55.86% from 255) = 46.25%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=7.82%
G=46.25%
B=45.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal241421410.8300.010.44179.4971.0832.55
Hex188E8D53012Cb34721
Octal30216215123015426310741
Binary110001000111010001101101001101101100101100111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188E8D; }

 p { color: rgb(24,142,141); }

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

<style>
 a { background-color: #188E8D; }

 a { background-color: rgb(24,142,141); }

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

<style>
 span { border-color: #188E8D; }

 span { border-color: rgb(24,142,141); }

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