Html Css Color HEX #199C99 Java

📋 copy color: '#199C99'

red 25 ◦ green 156 ◦ blue 153

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

Shades of Java #199C99

Tints of Java #199C99

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.71%

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

R = 7.49%
G = 46.71%
B = 45.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#199C99 (or 0x199C99) is known color: Java. HEX triplet: 19, 9C and 99. RGB value is (25,156,153). Sum of RGB (Red+Green+Blue) = 25+156+153=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #199C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199C99 is #E66366. Grayscale: #747474. Windows color (decimal): -15098727 or 10066969. OLE color: 10066969.

HSL color Cylindrical-coordinate representation of color #199C99: hue angle of 178.63º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199C99 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 156 153 -
CMYK 0.84 0 0.02 0.39
HSL 178.63º 0.72% 0.35% -
HSV(B) 178.63º 0.84% 0.61% -
XYZ 18.04 26.28 34.26 -
YUV 116.49 148.6 62.74 -
System Red Green Blue C M Y K H S L
Decimal 25 156 153 0.84 0 0.02 0.39 178.63 0.72 0.35
Hex 19 9C 99 54 0 2 27 B3 48 23
Octal 31 234 231 124 0 2 47 263 110 43
Binary 11001 10011100 10011001 1010100 0 10 100111 10110011 1001000 100011

Color Harmonies of #199C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199C99

Black with #199C99

Text Example


Text Example

White with #199C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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