Html Css Color HEX #199885 Java

📋 copy color: '#199885'

red 25 ◦ green 152 ◦ blue 133

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

Shades of Java #199885

Tints of Java #199885

RGB

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

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

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

R = 8.06%
G = 49.03%
B = 42.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#199885 (or 0x199885) is known color: Java. HEX triplet: 19, 98 and 85. RGB value is (25,152,133). Sum of RGB (Red+Green+Blue) = 25+152+133=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #199885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199885 is #E6677A. Grayscale: #6F6F6F. Windows color (decimal): -15099771 or 8755225. OLE color: 8755225.

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

Color convert

RGB 25 152 133 -
CMYK 0.84 0 0.13 0.40
HSL 171.02º 0.72% 0.35% -
HSV(B) 171.02º 0.84% 0.6% -
XYZ 15.86 24.36 26.06 -
YUV 111.86 139.92 66.04 -
System Red Green Blue C M Y K H S L
Decimal 25 152 133 0.84 0 0.13 0.40 171.02 0.72 0.35
Hex 19 98 85 54 0 D 28 AB 48 23
Octal 31 230 205 124 0 15 50 253 110 43
Binary 11001 10011000 10000101 1010100 0 1101 101000 10101011 1001000 100011

Color Harmonies of #199885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199885

Black with #199885

Text Example


Text Example

White with #199885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199885; }

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

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

background-color css

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

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

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

border-color css

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

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

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