Html Css Color HEX #188695 Java

📋 copy color: '#188695'

red 24 ◦ green 134 ◦ blue 149

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

Shades of Java #188695

Tints of Java #188695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.53%

R = 7.82%
G = 43.65%
B = 48.53%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#188695 (or 0x188695) is known color: Java. HEX triplet: 18, 86 and 95. RGB value is (24,134,149). Sum of RGB (Red+Green+Blue) = 24+134+149=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #188695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188695 is #E7796A. Grayscale: #666666. Windows color (decimal): -15169899 or 9799192. OLE color: 9799192.

HSL color Cylindrical-coordinate representation of color #188695: hue angle of 187.2º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188695 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 134 149 -
CMYK 0.84 0.10 0 0.42
HSL 187.2º 0.72% 0.34% -
HSV(B) 187.2º 0.84% 0.58% -
XYZ 14.33 19.41 31.43 -
YUV 102.82 154.06 71.78 -
System Red Green Blue C M Y K H S L
Decimal 24 134 149 0.84 0.10 0 0.42 187.2 0.72 0.34
Hex 18 86 95 54 A 0 2A BB 48 22
Octal 30 206 225 124 12 0 52 273 110 42
Binary 11000 10000110 10010101 1010100 1010 0 101010 10111011 1001000 100010

Color Harmonies of #188695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188695

Black with #188695

Text Example


Text Example

White with #188695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188695; }

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

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

background-color css

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

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

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

border-color css

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

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

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