Html Css Color HEX #188998 Java

📋 copy color: '#188998'

red 24 ◦ green 137 ◦ blue 152

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

Shades of Java #188998

Tints of Java #188998

RGB

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

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

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

R = 7.67%
G = 43.77%
B = 48.56%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#188998 (or 0x188998) is known color: Java. HEX triplet: 18, 89 and 98. RGB value is (24,137,152). Sum of RGB (Red+Green+Blue) = 24+137+152=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #188998 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188998 is #E77667. Grayscale: #686868. Windows color (decimal): -15169128 or 9996568. OLE color: 9996568.

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

Color convert

RGB 24 137 152 -
CMYK 0.84 0.10 0 0.40
HSL 187.03º 0.73% 0.35% -
HSV(B) 187.03º 0.84% 0.6% -
XYZ 14.99 20.35 32.84 -
YUV 104.92 154.56 70.28 -
System Red Green Blue C M Y K H S L
Decimal 24 137 152 0.84 0.10 0 0.40 187.03 0.73 0.35
Hex 18 89 98 54 A 0 28 BB 49 23
Octal 30 211 230 124 12 0 50 273 111 43
Binary 11000 10001001 10011000 1010100 1010 0 101000 10111011 1001001 100011

Color Harmonies of #188998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188998

Black with #188998

Text Example


Text Example

White with #188998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188998; }

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

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

background-color css

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

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

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

border-color css

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

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

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