Html Css Color HEX #199C8E Java

📋 copy color: '#199C8E'

red 25 ◦ green 156 ◦ blue 142

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

Shades of Java #199C8E

Tints of Java #199C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.96%

R = 7.74%
G = 48.3%
B = 43.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#199C8E (or 0x199C8E) is known color: Java. HEX triplet: 19, 9C and 8E. RGB value is (25,156,142). Sum of RGB (Red+Green+Blue) = 25+156+142=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #199C8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199C8E is #E66371. Grayscale: #737373. Windows color (decimal): -15098738 or 9346073. OLE color: 9346073.

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

Color convert

RGB 25 156 142 -
CMYK 0.84 0 0.09 0.39
HSL 173.59º 0.72% 0.35% -
HSV(B) 173.59º 0.84% 0.61% -
XYZ 17.17 25.94 29.69 -
YUV 115.24 143.1 63.64 -
System Red Green Blue C M Y K H S L
Decimal 25 156 142 0.84 0 0.09 0.39 173.59 0.72 0.35
Hex 19 9C 8E 54 0 9 27 AE 48 23
Octal 31 234 216 124 0 11 47 256 110 43
Binary 11001 10011100 10001110 1010100 0 1001 100111 10101110 1001000 100011

Color Harmonies of #199C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199C8E

Black with #199C8E

Text Example


Text Example

White with #199C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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