Html Css Color HEX #199A88 Java

📋 copy color: '#199A88'

red 25 ◦ green 154 ◦ blue 136

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

Shades of Java #199A88

Tints of Java #199A88

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.89%

 BLUE value IS 136 (53.52% from 255) = 43.17%

R = 7.94%
G = 48.89%
B = 43.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#199A88 (or 0x199A88) is known color: Java. HEX triplet: 19, 9A and 88. RGB value is (25,154,136). Sum of RGB (Red+Green+Blue) = 25+154+136=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #199A88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199A88 is #E66577. Grayscale: #717171. Windows color (decimal): -15099256 or 8952345. OLE color: 8952345.

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

Color convert

RGB 25 154 136 -
CMYK 0.84 0 0.12 0.40
HSL 171.63º 0.72% 0.35% -
HSV(B) 171.63º 0.84% 0.6% -
XYZ 16.4 25.1 27.27 -
YUV 113.38 140.76 64.96 -
System Red Green Blue C M Y K H S L
Decimal 25 154 136 0.84 0 0.12 0.40 171.63 0.72 0.35
Hex 19 9A 88 54 0 C 28 AC 48 23
Octal 31 232 210 124 0 14 50 254 110 43
Binary 11001 10011010 10001000 1010100 0 1100 101000 10101100 1001000 100011

Color Harmonies of #199A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199A88

Black with #199A88

Text Example


Text Example

White with #199A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,154,136); }

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

background-color css

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

 a { background-color: rgb(25,154,136); }

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

border-color css

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

 span { border-color: rgb(25,154,136); }

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