Html Css Color HEX #188898 Java

📋 copy color: '#188898'

red 24 ◦ green 136 ◦ blue 152

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

Shades of Java #188898

Tints of Java #188898

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.59%

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

R = 7.69%
G = 43.59%
B = 48.72%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#188898 (or 0x188898) is known color: Java. HEX triplet: 18, 88 and 98. RGB value is (24,136,152). Sum of RGB (Red+Green+Blue) = 24+136+152=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #188898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188898 is #E77767. Grayscale: #686868. Windows color (decimal): -15169384 or 9996312. OLE color: 9996312.

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

Color convert

RGB 24 136 152 -
CMYK 0.84 0.11 0 0.40
HSL 187.5º 0.73% 0.35% -
HSV(B) 187.5º 0.84% 0.6% -
XYZ 14.85 20.07 32.8 -
YUV 104.34 154.89 70.7 -
System Red Green Blue C M Y K H S L
Decimal 24 136 152 0.84 0.11 0 0.40 187.5 0.73 0.35
Hex 18 88 98 54 B 0 28 BC 49 23
Octal 30 210 230 124 13 0 50 274 111 43
Binary 11000 10001000 10011000 1010100 1011 0 101000 10111100 1001001 100011

Color Harmonies of #188898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188898

Black with #188898

Text Example


Text Example

White with #188898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188898; }

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

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

background-color css

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

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

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

border-color css

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

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

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