Html Css Color HEX #199499 Java

📋 copy color: '#199499'

red 25 ◦ green 148 ◦ blue 153

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

Shades of Java #199499

Tints of Java #199499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.4%

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

R = 7.67%
G = 45.4%
B = 46.93%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#199499 (or 0x199499) is known color: Java. HEX triplet: 19, 94 and 99. RGB value is (25,148,153). Sum of RGB (Red+Green+Blue) = 25+148+153=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #199499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199499 is #E66B66. Grayscale: #6F6F6F. Windows color (decimal): -15100775 or 10064921. OLE color: 10064921.

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

Color convert

RGB 25 148 153 -
CMYK 0.84 0.03 0 0.4
HSL 182.34º 0.72% 0.35% -
HSV(B) 182.34º 0.84% 0.6% -
XYZ 16.74 23.69 33.83 -
YUV 111.79 151.25 66.09 -
System Red Green Blue C M Y K H S L
Decimal 25 148 153 0.84 0.03 0 0.4 182.34 0.72 0.35
Hex 19 94 99 54 3 0 28 B6 48 23
Octal 31 224 231 124 3 0 50 266 110 43
Binary 11001 10010100 10011001 1010100 11 0 101000 10110110 1001000 100011

Color Harmonies of #199499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199499

Black with #199499

Text Example


Text Example

White with #199499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199499; }

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

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

background-color css

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

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

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

border-color css

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

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

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