Html Css Color HEX #188596 Java

📋 copy color: '#188596'

red 24 ◦ green 133 ◦ blue 150

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

Shades of Java #188596

Tints of Java #188596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.32%

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

R = 7.82%
G = 43.32%
B = 48.86%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#188596 (or 0x188596) is known color: Java. HEX triplet: 18, 85 and 96. RGB value is (24,133,150). Sum of RGB (Red+Green+Blue) = 24+133+150=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #188596 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188596 is #E77A69. Grayscale: #666666. Windows color (decimal): -15170154 or 9864472. OLE color: 9864472.

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

Color convert

RGB 24 133 150 -
CMYK 0.84 0.11 0 0.41
HSL 188.1º 0.72% 0.34% -
HSV(B) 188.1º 0.84% 0.59% -
XYZ 14.27 19.17 31.8 -
YUV 102.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 24 133 150 0.84 0.11 0 0.41 188.1 0.72 0.34
Hex 18 85 96 54 B 0 29 BC 48 22
Octal 30 205 226 124 13 0 51 274 110 42
Binary 11000 10000101 10010110 1010100 1011 0 101001 10111100 1001000 100010

Color Harmonies of #188596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188596

Black with #188596

Text Example


Text Example

White with #188596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188596; }

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

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

background-color css

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

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

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

border-color css

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

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

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