#188693

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

Shades of Java #188693

Tints of Java #188693

Color information

#188693 (or 0x188693) is unknown color: approx Java. HEX triplet: 18, 86 and 93. RGB value is (24,134,147). Sum of RGB (Red+Green+Blue) = 24+134+147=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #188693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188693 is #E7796C. Grayscale: #666666. Windows color (decimal): -15169901 or 9668120. OLE color: 9668120.

HSL color Cylindrical-coordinate representation of color #188693: hue angle of 186.34º 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 #188693 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB24134147-
CMYK0.840.0900.42
HSL186.34º71.93%33.53%-
HSV(B)186.34º83.67%57.65%-
XYZ14.1719.3530.59-
YUV102.59153.0671.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.87%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=7.87%
G=43.93%
B=48.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241341470.840.0900.42186.3471.9333.53
Hex18869354902Aba4822
Octal302062231241105227211042
Binary110001000011010010011101010010010101010101110101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188693; }

 p { color: rgb(24,134,147); }

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

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

 a { background-color: rgb(24,134,147); }

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

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

 span { border-color: rgb(24,134,147); }

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