Html Css Color HEX #188697 Java

📋 copy color: '#188697'

red 24 ◦ green 134 ◦ blue 151

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

Shades of Java #188697

Tints of Java #188697

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.37%

 BLUE value IS 151 (59.38% from 255) = 48.87%

R = 7.77%
G = 43.37%
B = 48.87%

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

#188697 (or 0x188697) is known color: Java. HEX triplet: 18, 86 and 97. RGB value is (24,134,151). Sum of RGB (Red+Green+Blue) = 24+134+151=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #188697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188697 is #E77968. Grayscale: #666666. Windows color (decimal): -15169897 or 9930264. OLE color: 9930264.

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

Color convert

RGB 24 134 151 -
CMYK 0.84 0.11 0 0.41
HSL 188.03º 0.73% 0.34% -
HSV(B) 188.03º 0.84% 0.59% -
XYZ 14.49 19.48 32.27 -
YUV 103.05 155.06 71.62 -
System Red Green Blue C M Y K H S L
Decimal 24 134 151 0.84 0.11 0 0.41 188.03 0.73 0.34
Hex 18 86 97 54 B 0 29 BC 49 22
Octal 30 206 227 124 13 0 51 274 111 42
Binary 11000 10000110 10010111 1010100 1011 0 101001 10111100 1001001 100010

Color Harmonies of #188697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188697

Black with #188697

Text Example


Text Example

White with #188697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188697; }

 p { color: rgb(24,134,151); }

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

background-color css

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

 a { background-color: rgb(24,134,151); }

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

border-color css

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

 span { border-color: rgb(24,134,151); }

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