#188A95

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

Shades of Java #188A95

Tints of Java #188A95

Color information

#188A95 (or 0x188A95) is unknown color: approx Java. HEX triplet: 18, 8A and 95. RGB value is (24,138,149). Sum of RGB (Red+Green+Blue) = 24+138+149=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #188A95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188A95 is #E7756A. Grayscale: #696969. Windows color (decimal): -15168875 or 9800216. OLE color: 9800216.

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

Color convert

RGB24138149-
CMYK0.840.0700.42
HSL185.28º72.25%33.92%-
HSV(B)185.28º83.89%58.43%-
XYZ14.8920.5431.61-
YUV105.17152.7370.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.72%
GREEN value IS 138 (54.30% from 255) = 44.37%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=7.72%
G=44.37%
B=47.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241381490.840.0700.42185.2872.2533.92
Hex188A9554702Ab94822
Octal30212225124705227111042
Binary11000100010101001010110101001110101010101110011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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