Html Css Color HEX #199995 Java

📋 copy color: '#199995'

red 25 ◦ green 153 ◦ blue 149

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

Shades of Java #199995

Tints of Java #199995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.57%

R = 7.65%
G = 46.79%
B = 45.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#199995 (or 0x199995) is known color: Java. HEX triplet: 19, 99 and 95. RGB value is (25,153,149). Sum of RGB (Red+Green+Blue) = 25+153+149=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #199995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199995 is #E6666A. Grayscale: #727272. Windows color (decimal): -15099499 or 9804057. OLE color: 9804057.

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

Color convert

RGB 25 153 149 -
CMYK 0.84 0 0.03 0.4
HSL 178.13º 0.72% 0.35% -
HSV(B) 178.13º 0.84% 0.6% -
XYZ 17.22 25.16 32.38 -
YUV 114.27 147.59 64.33 -
System Red Green Blue C M Y K H S L
Decimal 25 153 149 0.84 0 0.03 0.4 178.13 0.72 0.35
Hex 19 99 95 54 0 3 28 B2 48 23
Octal 31 231 225 124 0 3 50 262 110 43
Binary 11001 10011001 10010101 1010100 0 11 101000 10110010 1001000 100011

Color Harmonies of #199995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199995

Black with #199995

Text Example


Text Example

White with #199995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199995; }

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

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

background-color css

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

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

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

border-color css

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

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

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