Html Css Color HEX #199F93 Java

📋 copy color: '#199F93'

red 25 ◦ green 159 ◦ blue 147

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

Shades of Java #199F93

Tints of Java #199F93

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.04%

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

R = 7.55%
G = 48.04%
B = 44.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#199F93 (or 0x199F93) is known color: Java. HEX triplet: 19, 9F and 93. RGB value is (25,159,147). Sum of RGB (Red+Green+Blue) = 25+159+147=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #199F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199F93 is #E6606C. Grayscale: #757575. Windows color (decimal): -15097965 or 9674521. OLE color: 9674521.

HSL color Cylindrical-coordinate representation of color #199F93: hue angle of 174.63º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199F93 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 159 147 -
CMYK 0.84 0 0.08 0.38
HSL 174.63º 0.73% 0.36% -
HSV(B) 174.63º 0.84% 0.62% -
XYZ 18.07 27.11 31.88 -
YUV 117.57 144.61 61.98 -
System Red Green Blue C M Y K H S L
Decimal 25 159 147 0.84 0 0.08 0.38 174.63 0.73 0.36
Hex 19 9F 93 54 0 8 26 AF 49 24
Octal 31 237 223 124 0 10 46 257 111 44
Binary 11001 10011111 10010011 1010100 0 1000 100110 10101111 1001001 100100

Color Harmonies of #199F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199F93

Black with #199F93

Text Example


Text Example

White with #199F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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