Html Css Color HEX #199699 Java

📋 copy color: '#199699'

red 25 ◦ green 150 ◦ blue 153

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

Shades of Java #199699

Tints of Java #199699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.73%

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

R = 7.62%
G = 45.73%
B = 46.65%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#199699 (or 0x199699) is known color: Java. HEX triplet: 19, 96 and 99. RGB value is (25,150,153). Sum of RGB (Red+Green+Blue) = 25+150+153=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #199699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199699 is #E66966. Grayscale: #707070. Windows color (decimal): -15100263 or 10065433. OLE color: 10065433.

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

Color convert

RGB 25 150 153 -
CMYK 0.84 0.02 0 0.4
HSL 181.41º 0.72% 0.35% -
HSV(B) 181.41º 0.84% 0.6% -
XYZ 17.06 24.32 33.93 -
YUV 112.97 150.59 65.26 -
System Red Green Blue C M Y K H S L
Decimal 25 150 153 0.84 0.02 0 0.4 181.41 0.72 0.35
Hex 19 96 99 54 2 0 28 B5 48 23
Octal 31 226 231 124 2 0 50 265 110 43
Binary 11001 10010110 10011001 1010100 10 0 101000 10110101 1001000 100011

Color Harmonies of #199699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199699

Black with #199699

Text Example


Text Example

White with #199699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199699; }

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

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

background-color css

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

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

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

border-color css

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

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

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