Html Css Color HEX #198192 Java

📋 copy color: '#198192'

red 25 ◦ green 129 ◦ blue 146

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

Shades of Java #198192

Tints of Java #198192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43%

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 8.33%
G = 43%
B = 48.67%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#198192 (or 0x198192) is known color: Java. HEX triplet: 19, 81 and 92. RGB value is (25,129,146). Sum of RGB (Red+Green+Blue) = 25+129+146=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #198192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198192 is #E67E6D. Grayscale: #636363. Windows color (decimal): -15105646 or 9601305. OLE color: 9601305.

HSL color Cylindrical-coordinate representation of color #198192: hue angle of 188.43º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198192 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 129 146 -
CMYK 0.83 0.12 0 0.43
HSL 188.43º 0.71% 0.34% -
HSV(B) 188.43º 0.83% 0.57% -
XYZ 13.44 17.98 29.96 -
YUV 99.84 154.04 74.62 -
System Red Green Blue C M Y K H S L
Decimal 25 129 146 0.83 0.12 0 0.43 188.43 0.71 0.34
Hex 19 81 92 53 C 0 2B BC 47 22
Octal 31 201 222 123 14 0 53 274 107 42
Binary 11001 10000001 10010010 1010011 1100 0 101011 10111100 1000111 100010

Color Harmonies of #198192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198192

Black with #198192

Text Example


Text Example

White with #198192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198192; }

 p { color: rgb(25,129,146); }

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

background-color css

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

 a { background-color: rgb(25,129,146); }

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

border-color css

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

 span { border-color: rgb(25,129,146); }

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