Html Css Color HEX #199988 Java

📋 copy color: '#199988'

red 25 ◦ green 153 ◦ blue 136

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

Shades of Java #199988

Tints of Java #199988

RGB

 RED value IS 25 (10.16% from 255) = 7.96%

 GREEN value IS 153 (60.16% from 255) = 48.73%

 BLUE value IS 136 (53.52% from 255) = 43.31%

R = 7.96%
G = 48.73%
B = 43.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#199988 (or 0x199988) is known color: Java. HEX triplet: 19, 99 and 88. RGB value is (25,153,136). Sum of RGB (Red+Green+Blue) = 25+153+136=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #199988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199988 is #E66677. Grayscale: #707070. Windows color (decimal): -15099512 or 8952089. OLE color: 8952089.

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

Color convert

RGB 25 153 136 -
CMYK 0.84 0 0.11 0.4
HSL 172.03º 0.72% 0.35% -
HSV(B) 172.03º 0.84% 0.6% -
XYZ 16.24 24.77 27.22 -
YUV 112.79 141.09 65.38 -
System Red Green Blue C M Y K H S L
Decimal 25 153 136 0.84 0 0.11 0.4 172.03 0.72 0.35
Hex 19 99 88 54 0 B 28 AC 48 23
Octal 31 231 210 124 0 13 50 254 110 43
Binary 11001 10011001 10001000 1010100 0 1011 101000 10101100 1001000 100011

Color Harmonies of #199988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199988

Black with #199988

Text Example


Text Example

White with #199988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199988; }

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

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

background-color css

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

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

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

border-color css

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

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

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