#188B88

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

Shades of Java #188B88

Tints of Java #188B88

Color information

#188B88 (or 0x188B88) is unknown color: approx Java. HEX triplet: 18, 8B and 88. RGB value is (24,139,136). Sum of RGB (Red+Green+Blue) = 24+139+136=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #188B88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188B88 is #E77477. Grayscale: #686868. Windows color (decimal): -15168632 or 8948504. OLE color: 8948504.

HSL color Cylindrical-coordinate representation of color #188B88: hue angle of 178.43º 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 #188B88 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB24139136-
CMYK0.8300.020.45
HSL178.43º70.55%31.96%-
HSV(B)178.43º82.73%54.51%-
XYZ14.0520.4426.5-
YUV104.27145.970.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.03%
GREEN value IS 139 (54.69% from 255) = 46.49%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=8.03%
G=46.49%
B=45.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241391360.8300.020.45178.4370.5531.96
Hex188B8853022Db24720
Octal30213210123025526210740
Binary1100010001011100010001010011010101101101100101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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