#188B99

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

Shades of Java #188B99

Tints of Java #188B99

Color information

#188B99 (or 0x188B99) is unknown color: approx Java. HEX triplet: 18, 8B and 99. RGB value is (24,139,153). Sum of RGB (Red+Green+Blue) = 24+139+153=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #188B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188B99 is #E77466. Grayscale: #6A6A6A. Windows color (decimal): -15168615 or 10062616. OLE color: 10062616.

HSL color Cylindrical-coordinate representation of color #188B99: hue angle of 186.51º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188B99 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB24139153-
CMYK0.840.0900.4
HSL186.51º72.88%34.71%-
HSV(B)186.51º84.31%60%-
XYZ15.3620.9633.37-
YUV106.21154.469.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.59%
GREEN value IS 139 (54.69% from 255) = 43.99%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=7.59%
G=43.99%
B=48.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal241391530.840.0900.4186.5172.8834.71
Hex188B99549028bb4923
Octal302132311241105027311143
Binary110001000101110011001101010010010101000101110111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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