Html Css Color HEX #188698 Java

📋 copy color: '#188698'

red 24 ◦ green 134 ◦ blue 152

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

Shades of Java #188698

Tints of Java #188698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.03%

R = 7.74%
G = 43.23%
B = 49.03%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#188698 (or 0x188698) is known color: Java. HEX triplet: 18, 86 and 98. RGB value is (24,134,152). Sum of RGB (Red+Green+Blue) = 24+134+152=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #188698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188698 is #E77967. Grayscale: #666666. Windows color (decimal): -15169896 or 9995800. OLE color: 9995800.

HSL color Cylindrical-coordinate representation of color #188698: hue angle of 188.44º 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 #188698 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 134 152 -
CMYK 0.84 0.12 0 0.40
HSL 188.44º 0.73% 0.35% -
HSV(B) 188.44º 0.84% 0.6% -
XYZ 14.57 19.51 32.7 -
YUV 103.16 155.56 71.54 -
System Red Green Blue C M Y K H S L
Decimal 24 134 152 0.84 0.12 0 0.40 188.44 0.73 0.35
Hex 18 86 98 54 C 0 28 BC 49 23
Octal 30 206 230 124 14 0 50 274 111 43
Binary 11000 10000110 10011000 1010100 1100 0 101000 10111100 1001001 100011

Color Harmonies of #188698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188698

Black with #188698

Text Example


Text Example

White with #188698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188698; }

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

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

background-color css

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

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

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

border-color css

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

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

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