Html Css Color HEX #188B96 Java

📋 copy color: '#188B96'

red 24 ◦ green 139 ◦ blue 150

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

Shades of Java #188B96

Tints of Java #188B96

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.41%

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

R = 7.67%
G = 44.41%
B = 47.92%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#188B96 (or 0x188B96) is known color: Java. HEX triplet: 18, 8B and 96. RGB value is (24,139,150). Sum of RGB (Red+Green+Blue) = 24+139+150=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #188B96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188B96 is #E77469. Grayscale: #696969. Windows color (decimal): -15168618 or 9866008. OLE color: 9866008.

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

Color convert

RGB 24 139 150 -
CMYK 0.84 0.07 0 0.41
HSL 185.24º 0.72% 0.34% -
HSV(B) 185.24º 0.84% 0.59% -
XYZ 15.11 20.86 32.08 -
YUV 105.87 152.9 69.61 -
System Red Green Blue C M Y K H S L
Decimal 24 139 150 0.84 0.07 0 0.41 185.24 0.72 0.34
Hex 18 8B 96 54 7 0 29 B9 48 22
Octal 30 213 226 124 7 0 51 271 110 42
Binary 11000 10001011 10010110 1010100 111 0 101001 10111001 1001000 100010

Color Harmonies of #188B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188B96

Black with #188B96

Text Example


Text Example

White with #188B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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