Html Css Color HEX #188796 Java

📋 copy color: '#188796'

red 24 ◦ green 135 ◦ blue 150

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

Shades of Java #188796

Tints of Java #188796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.69%

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

R = 7.77%
G = 43.69%
B = 48.54%

CMYK

 C value IS 0.84

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#188796 (or 0x188796) is known color: Java. HEX triplet: 18, 87 and 96. RGB value is (24,135,150). Sum of RGB (Red+Green+Blue) = 24+135+150=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #188796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188796 is #E77869. Grayscale: #676767. Windows color (decimal): -15169642 or 9864984. OLE color: 9864984.

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

Color convert

RGB 24 135 150 -
CMYK 0.84 0.1 0 0.41
HSL 187.14º 0.72% 0.34% -
HSV(B) 187.14º 0.84% 0.59% -
XYZ 14.55 19.72 31.89 -
YUV 103.52 154.23 71.28 -
System Red Green Blue C M Y K H S L
Decimal 24 135 150 0.84 0.1 0 0.41 187.14 0.72 0.34
Hex 18 87 96 54 A 0 29 BB 48 22
Octal 30 207 226 124 12 0 51 273 110 42
Binary 11000 10000111 10010110 1010100 1010 0 101001 10111011 1001000 100010

Color Harmonies of #188796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188796

Black with #188796

Text Example


Text Example

White with #188796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188796; }

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

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

background-color css

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

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

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

border-color css

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

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

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