#188F96

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

Shades of Java #188F96

Tints of Java #188F96

Color information

#188F96 (or 0x188F96) is unknown color: approx Java. HEX triplet: 18, 8F and 96. RGB value is (24,143,150). Sum of RGB (Red+Green+Blue) = 24+143+150=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #188F96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188F96 is #E77069. Grayscale: #6C6C6C. Windows color (decimal): -15167594 or 9867032. OLE color: 9867032.

HSL color Cylindrical-coordinate representation of color #188F96: hue angle of 183.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188F96 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB24143150-
CMYK0.840.0500.41
HSL183.33º72.41%34.12%-
HSV(B)183.33º84%58.82%-
XYZ15.722.0432.28-
YUV108.22151.5867.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.57%
GREEN value IS 143 (56.25% from 255) = 45.11%
BLUE value IS 150 (58.98% from 255) = 47.32%
R=7.57%
G=45.11%
B=47.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal241431500.840.0500.41183.3372.4134.12
Hex188F96545029b74822
Octal30217226124505126711042
Binary11000100011111001011010101001010101001101101111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,143,150); }

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

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

 a { background-color: rgb(24,143,150); }

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

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

 span { border-color: rgb(24,143,150); }

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