Html Css Color HEX #188B99 Java

📋 copy color: '#188B99'

red 24 ◦ green 139 ◦ blue 153

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

Shades of Java #188B99

Tints of Java #188B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.42%

R = 7.59%
G = 43.99%
B = 48.42%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#188B99 (or 0x188B99) is known color: Java. HEX triplet: 18, 8B and 99. RGB value is (24,139,153). Sum of RGB (Red+Green+Blue) = 24+139+153=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #188B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188B99 is #E77466. Grayscale: #6A6A6A. Windows color (decimal): -15168615 or 10062616. OLE color: 10062616.

HSL color Cylindrical-coordinate representation of color #188B99: hue angle of 186.51º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188B99 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 139 153 -
CMYK 0.84 0.09 0 0.4
HSL 186.51º 0.73% 0.35% -
HSV(B) 186.51º 0.84% 0.6% -
XYZ 15.36 20.96 33.37 -
YUV 106.21 154.4 69.36 -
System Red Green Blue C M Y K H S L
Decimal 24 139 153 0.84 0.09 0 0.4 186.51 0.73 0.35
Hex 18 8B 99 54 9 0 28 BB 49 23
Octal 30 213 231 124 11 0 50 273 111 43
Binary 11000 10001011 10011001 1010100 1001 0 101000 10111011 1001001 100011

Color Harmonies of #188B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188B99

Black with #188B99

Text Example


Text Example

White with #188B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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