Html Css Color HEX #199485 Java

📋 copy color: '#199485'

red 25 ◦ green 148 ◦ blue 133

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

Shades of Java #199485

Tints of Java #199485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.46%

R = 8.17%
G = 48.37%
B = 43.46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#199485 (or 0x199485) is known color: Java. HEX triplet: 19, 94 and 85. RGB value is (25,148,133). Sum of RGB (Red+Green+Blue) = 25+148+133=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #199485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199485 is #E66B7A. Grayscale: #6D6D6D. Windows color (decimal): -15100795 or 8754201. OLE color: 8754201.

HSL color Cylindrical-coordinate representation of color #199485: hue angle of 172.68º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199485 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 148 133 -
CMYK 0.83 0 0.10 0.42
HSL 172.68º 0.71% 0.34% -
HSV(B) 172.68º 0.83% 0.58% -
XYZ 15.22 23.08 25.84 -
YUV 109.51 141.25 67.72 -
System Red Green Blue C M Y K H S L
Decimal 25 148 133 0.83 0 0.10 0.42 172.68 0.71 0.34
Hex 19 94 85 53 0 A 2A AD 47 22
Octal 31 224 205 123 0 12 52 255 107 42
Binary 11001 10010100 10000101 1010011 0 1010 101010 10101101 1000111 100010

Color Harmonies of #199485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199485

Black with #199485

Text Example


Text Example

White with #199485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199485; }

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

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

background-color css

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

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

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

border-color css

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

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

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