Html Css Color HEX #199C95 Java

📋 copy color: '#199C95'

red 25 ◦ green 156 ◦ blue 149

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

Shades of Java #199C95

Tints of Java #199C95

RGB

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

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

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

R = 7.58%
G = 47.27%
B = 45.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#199C95 (or 0x199C95) is known color: Java. HEX triplet: 19, 9C and 95. RGB value is (25,156,149). Sum of RGB (Red+Green+Blue) = 25+156+149=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #199C95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199C95 is #E6636A. Grayscale: #737373. Windows color (decimal): -15098731 or 9804825. OLE color: 9804825.

HSL color Cylindrical-coordinate representation of color #199C95: hue angle of 176.79º 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 #199C95 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 156 149 -
CMYK 0.84 0 0.04 0.39
HSL 176.79º 0.72% 0.35% -
HSV(B) 176.79º 0.84% 0.61% -
XYZ 17.71 26.15 32.55 -
YUV 116.03 146.6 63.07 -
System Red Green Blue C M Y K H S L
Decimal 25 156 149 0.84 0 0.04 0.39 176.79 0.72 0.35
Hex 19 9C 95 54 0 4 27 B1 48 23
Octal 31 234 225 124 0 4 47 261 110 43
Binary 11001 10011100 10010101 1010100 0 100 100111 10110001 1001000 100011

Color Harmonies of #199C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199C95

Black with #199C95

Text Example


Text Example

White with #199C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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