Html Css Color HEX #199888 Java

📋 copy color: '#199888'

red 25 ◦ green 152 ◦ blue 136

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

Shades of Java #199888

Tints of Java #199888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.56%

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

R = 7.99%
G = 48.56%
B = 43.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#199888 (or 0x199888) is known color: Java. HEX triplet: 19, 98 and 88. RGB value is (25,152,136). Sum of RGB (Red+Green+Blue) = 25+152+136=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #199888 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199888 is #E66777. Grayscale: #707070. Windows color (decimal): -15099768 or 8951833. OLE color: 8951833.

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

Color convert

RGB 25 152 136 -
CMYK 0.84 0 0.11 0.40
HSL 172.44º 0.72% 0.35% -
HSV(B) 172.44º 0.84% 0.6% -
XYZ 16.07 24.44 27.16 -
YUV 112.2 141.42 65.8 -
System Red Green Blue C M Y K H S L
Decimal 25 152 136 0.84 0 0.11 0.40 172.44 0.72 0.35
Hex 19 98 88 54 0 B 28 AC 48 23
Octal 31 230 210 124 0 13 50 254 110 43
Binary 11001 10011000 10001000 1010100 0 1011 101000 10101100 1001000 100011

Color Harmonies of #199888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199888

Black with #199888

Text Example


Text Example

White with #199888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199888; }

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

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

background-color css

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

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

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

border-color css

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

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

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