#188DA0

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

Shades of Java #188DA0

Tints of Java #188DA0

Color information

#188DA0 (or 0x188DA0) is unknown color: approx Java. HEX triplet: 18, 8D and A0. RGB value is (24,141,160). Sum of RGB (Red+Green+Blue) = 24+141+160=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #188DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188DA0 is #E7725F. Grayscale: #6B6B6B. Windows color (decimal): -15168096 or 10521880. OLE color: 10521880.

HSL color Cylindrical-coordinate representation of color #188DA0: hue angle of 188.38º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188DA0 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB24141160-
CMYK0.850.1200.37
HSL188.38º73.91%36.08%-
HSV(B)188.38º85%62.75%-
XYZ16.2521.7836.61-
YUV108.18157.2467.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.38%
GREEN value IS 141 (55.47% from 255) = 43.38%
BLUE value IS 160 (62.89% from 255) = 49.23%
R=7.38%
G=43.38%
B=49.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal241411600.850.1200.37188.3873.9136.08
Hex188DA055C025bc4a24
Octal302152401251404527411244
Binary110001000110110100000101010111000100101101111001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,141,160); }

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

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

 a { background-color: rgb(24,141,160); }

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

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

 span { border-color: rgb(24,141,160); }

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