Html Css Color HEX #188896 Java

📋 copy color: '#188896'

red 24 ◦ green 136 ◦ blue 150

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

Shades of Java #188896

Tints of Java #188896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.39%

R = 7.74%
G = 43.87%
B = 48.39%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#188896 (or 0x188896) is known color: Java. HEX triplet: 18, 88 and 96. RGB value is (24,136,150). Sum of RGB (Red+Green+Blue) = 24+136+150=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #188896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188896 is #E77769. Grayscale: #676767. Windows color (decimal): -15169386 or 9865240. OLE color: 9865240.

HSL color Cylindrical-coordinate representation of color #188896: hue angle of 186.67º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188896 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 136 150 -
CMYK 0.84 0.09 0 0.41
HSL 186.67º 0.72% 0.34% -
HSV(B) 186.67º 0.84% 0.59% -
XYZ 14.69 20 31.94 -
YUV 104.11 153.89 70.86 -
System Red Green Blue C M Y K H S L
Decimal 24 136 150 0.84 0.09 0 0.41 186.67 0.72 0.34
Hex 18 88 96 54 9 0 29 BB 48 22
Octal 30 210 226 124 11 0 51 273 110 42
Binary 11000 10001000 10010110 1010100 1001 0 101001 10111011 1001000 100010

Color Harmonies of #188896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188896

Black with #188896

Text Example


Text Example

White with #188896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188896; }

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

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

background-color css

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

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

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

border-color css

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

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

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