Html Css Color HEX #188994 Java

📋 copy color: '#188994'

red 24 ◦ green 137 ◦ blue 148

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

Shades of Java #188994

Tints of Java #188994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.34%

 BLUE value IS 148 (58.2% from 255) = 47.9%

R = 7.77%
G = 44.34%
B = 47.9%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#188994 (or 0x188994) is known color: Java. HEX triplet: 18, 89 and 94. RGB value is (24,137,148). Sum of RGB (Red+Green+Blue) = 24+137+148=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #188994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188994 is #E7766B. Grayscale: #686868. Windows color (decimal): -15169132 or 9734424. OLE color: 9734424.

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

Color convert

RGB 24 137 148 -
CMYK 0.84 0.07 0 0.42
HSL 185.32º 0.72% 0.34% -
HSV(B) 185.32º 0.84% 0.58% -
XYZ 14.67 20.22 31.15 -
YUV 104.47 152.56 70.61 -
System Red Green Blue C M Y K H S L
Decimal 24 137 148 0.84 0.07 0 0.42 185.32 0.72 0.34
Hex 18 89 94 54 7 0 2A B9 48 22
Octal 30 211 224 124 7 0 52 271 110 42
Binary 11000 10001001 10010100 1010100 111 0 101010 10111001 1001000 100010

Color Harmonies of #188994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188994

Black with #188994

Text Example


Text Example

White with #188994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188994; }

 p { color: rgb(24,137,148); }

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

background-color css

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

 a { background-color: rgb(24,137,148); }

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

border-color css

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

 span { border-color: rgb(24,137,148); }

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