Html Css Color HEX #188895 Java

📋 copy color: '#188895'

red 24 ◦ green 136 ◦ blue 149

#188895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #188895

Tints of Java #188895

RGB

 RED value IS 24 (9.77% from 255) = 7.77%

 GREEN value IS 136 (53.52% from 255) = 44.01%

 BLUE value IS 149 (58.59% from 255) = 48.22%

R = 7.77%
G = 44.01%
B = 48.22%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#188895 (or 0x188895) is known color: Java. HEX triplet: 18, 88 and 95. RGB value is (24,136,149). Sum of RGB (Red+Green+Blue) = 24+136+149=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #188895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188895 is #E7776A. Grayscale: #676767. Windows color (decimal): -15169387 or 9799704. OLE color: 9799704.

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

Color convert

RGB 24 136 149 -
CMYK 0.84 0.09 0 0.42
HSL 186.24º 0.72% 0.34% -
HSV(B) 186.24º 0.84% 0.58% -
XYZ 14.61 19.97 31.52 -
YUV 103.99 153.39 70.94 -
System Red Green Blue C M Y K H S L
Decimal 24 136 149 0.84 0.09 0 0.42 186.24 0.72 0.34
Hex 18 88 95 54 9 0 2A BA 48 22
Octal 30 210 225 124 11 0 52 272 110 42
Binary 11000 10001000 10010101 1010100 1001 0 101010 10111010 1001000 100010

Color Harmonies of #188895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188895

Black with #188895

Text Example


Text Example

White with #188895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188895; }

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

 H1.HeaderClassName
 {
   color: #188895;
 }
 .AnyTagClassName
 {
   color: #188895;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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