Html Css Color HEX #188899 Java

📋 copy color: '#188899'

red 24 ◦ green 136 ◦ blue 153

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

Shades of Java #188899

Tints of Java #188899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.88%

R = 7.67%
G = 43.45%
B = 48.88%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#188899 (or 0x188899) is known color: Java. HEX triplet: 18, 88 and 99. RGB value is (24,136,153). Sum of RGB (Red+Green+Blue) = 24+136+153=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #188899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188899 is #E77766. Grayscale: #686868. Windows color (decimal): -15169383 or 10061848. OLE color: 10061848.

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

Color convert

RGB 24 136 153 -
CMYK 0.84 0.11 0 0.4
HSL 187.91º 0.73% 0.35% -
HSV(B) 187.91º 0.84% 0.6% -
XYZ 14.93 20.1 33.23 -
YUV 104.45 155.39 70.62 -
System Red Green Blue C M Y K H S L
Decimal 24 136 153 0.84 0.11 0 0.4 187.91 0.73 0.35
Hex 18 88 99 54 B 0 28 BC 49 23
Octal 30 210 231 124 13 0 50 274 111 43
Binary 11000 10001000 10011001 1010100 1011 0 101000 10111100 1001001 100011

Color Harmonies of #188899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188899

Black with #188899

Text Example


Text Example

White with #188899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188899; }

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

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

background-color css

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

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

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

border-color css

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

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

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