Html Css Color HEX #188BA0 Java

📋 copy color: '#188BA0'

red 24 ◦ green 139 ◦ blue 160

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

Shades of Java #188BA0

Tints of Java #188BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 49.54%

R = 7.43%
G = 43.03%
B = 49.54%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#188BA0 (or 0x188BA0) is known color: Java. HEX triplet: 18, 8B and A0. RGB value is (24,139,160). Sum of RGB (Red+Green+Blue) = 24+139+160=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 160 (62.89% from 255 or 49.54% from 323); Max value from RGB is 160 - color contains mainly: blue. Hex color #188BA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188BA0 is #E7745F. Grayscale: #6A6A6A. Windows color (decimal): -15168608 or 10521368. OLE color: 10521368.

HSL color Cylindrical-coordinate representation of color #188BA0: hue angle of 189.26º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188BA0 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 139 160 -
CMYK 0.85 0.13 0 0.37
HSL 189.26º 0.74% 0.36% -
HSV(B) 189.26º 0.85% 0.63% -
XYZ 15.95 21.2 36.51 -
YUV 107.01 157.9 68.79 -
System Red Green Blue C M Y K H S L
Decimal 24 139 160 0.85 0.13 0 0.37 189.26 0.74 0.36
Hex 18 8B A0 55 D 0 25 BD 4A 24
Octal 30 213 240 125 15 0 45 275 112 44
Binary 11000 10001011 10100000 1010101 1101 0 100101 10111101 1001010 100100

Color Harmonies of #188BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BA0

Black with #188BA0

Text Example


Text Example

White with #188BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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