Html Css Color HEX #199B93 Java

📋 copy color: '#199B93'

red 25 ◦ green 155 ◦ blue 147

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

Shades of Java #199B93

Tints of Java #199B93

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.4%

 BLUE value IS 147 (57.81% from 255) = 44.95%

R = 7.65%
G = 47.4%
B = 44.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#199B93 (or 0x199B93) is known color: Java. HEX triplet: 19, 9B and 93. RGB value is (25,155,147). Sum of RGB (Red+Green+Blue) = 25+155+147=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #199B93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B93 is #E6646C. Grayscale: #737373. Windows color (decimal): -15098989 or 9673497. OLE color: 9673497.

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

Color convert

RGB 25 155 147 -
CMYK 0.84 0 0.05 0.39
HSL 176.31º 0.72% 0.35% -
HSV(B) 176.31º 0.84% 0.61% -
XYZ 17.39 25.76 31.66 -
YUV 115.22 145.93 63.65 -
System Red Green Blue C M Y K H S L
Decimal 25 155 147 0.84 0 0.05 0.39 176.31 0.72 0.35
Hex 19 9B 93 54 0 5 27 B0 48 23
Octal 31 233 223 124 0 5 47 260 110 43
Binary 11001 10011011 10010011 1010100 0 101 100111 10110000 1001000 100011

Color Harmonies of #199B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199B93

Black with #199B93

Text Example


Text Example

White with #199B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,155,147); }

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

background-color css

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

 a { background-color: rgb(25,155,147); }

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

border-color css

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

 span { border-color: rgb(25,155,147); }

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