#188A9B

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

Shades of Java #188A9B

Tints of Java #188A9B

Color information

#188A9B (or 0x188A9B) is unknown color: approx Java. HEX triplet: 18, 8A and 9B. RGB value is (24,138,155). Sum of RGB (Red+Green+Blue) = 24+138+155=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #188A9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188A9B is #E77564. Grayscale: #696969. Windows color (decimal): -15168869 or 10193432. OLE color: 10193432.

HSL color Cylindrical-coordinate representation of color #188A9B: hue angle of 187.79º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188A9B is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB24138155-
CMYK0.850.1100.39
HSL187.79º73.18%35.1%-
HSV(B)187.79º84.52%60.78%-
XYZ15.3820.7434.2-
YUV105.85155.7369.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.57%
GREEN value IS 138 (54.30% from 255) = 43.53%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=7.57%
G=43.53%
B=48.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal241381550.850.1100.39187.7973.1835.1
Hex188A9B55B027bc4923
Octal302122331251304727411143
Binary110001000101010011011101010110110100111101111001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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