#188B8A

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

Shades of Java #188B8A

Tints of Java #188B8A

Color information

#188B8A (or 0x188B8A) is unknown color: approx Java. HEX triplet: 18, 8B and 8A. RGB value is (24,139,138). Sum of RGB (Red+Green+Blue) = 24+139+138=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #188B8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188B8A is #E77475. Grayscale: #686868. Windows color (decimal): -15168630 or 9079576. OLE color: 9079576.

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

Color convert

RGB24139138-
CMYK0.8300.010.45
HSL179.48º70.55%31.96%-
HSV(B)179.48º82.73%54.51%-
XYZ14.220.4927.25-
YUV104.5146.970.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.97%
GREEN value IS 139 (54.69% from 255) = 46.18%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=7.97%
G=46.18%
B=45.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241391380.8300.010.45179.4870.5531.96
Hex188B8A53012Db34720
Octal30213212123015526310740
Binary110001000101110001010101001101101101101100111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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