Html Css Color HEX #199886 Java

📋 copy color: '#199886'

red 25 ◦ green 152 ◦ blue 134

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

Shades of Java #199886

Tints of Java #199886

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.87%

 BLUE value IS 134 (52.73% from 255) = 43.09%

R = 8.04%
G = 48.87%
B = 43.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#199886 (or 0x199886) is known color: Java. HEX triplet: 19, 98 and 86. RGB value is (25,152,134). Sum of RGB (Red+Green+Blue) = 25+152+134=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #199886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199886 is #E66779. Grayscale: #6F6F6F. Windows color (decimal): -15099770 or 8820761. OLE color: 8820761.

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

Color convert

RGB 25 152 134 -
CMYK 0.84 0 0.12 0.40
HSL 171.5º 0.72% 0.35% -
HSV(B) 171.5º 0.84% 0.6% -
XYZ 15.93 24.38 26.42 -
YUV 111.98 140.42 65.96 -
System Red Green Blue C M Y K H S L
Decimal 25 152 134 0.84 0 0.12 0.40 171.5 0.72 0.35
Hex 19 98 86 54 0 C 28 AB 48 23
Octal 31 230 206 124 0 14 50 253 110 43
Binary 11001 10011000 10000110 1010100 0 1100 101000 10101011 1001000 100011

Color Harmonies of #199886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199886

Black with #199886

Text Example


Text Example

White with #199886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199886; }

 p { color: rgb(25,152,134); }

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

background-color css

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

 a { background-color: rgb(25,152,134); }

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

border-color css

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

 span { border-color: rgb(25,152,134); }

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