Html Css Color HEX #198992 Java

📋 copy color: '#198992'

red 25 ◦ green 137 ◦ blue 146

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

Shades of Java #198992

Tints of Java #198992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.48%

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

R = 8.12%
G = 44.48%
B = 47.4%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#198992 (or 0x198992) is known color: Java. HEX triplet: 19, 89 and 92. RGB value is (25,137,146). Sum of RGB (Red+Green+Blue) = 25+137+146=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #198992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198992 is #E6766D. Grayscale: #686868. Windows color (decimal): -15103598 or 9603353. OLE color: 9603353.

HSL color Cylindrical-coordinate representation of color #198992: hue angle of 184.46º 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 #198992 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 137 146 -
CMYK 0.83 0.06 0 0.43
HSL 184.46º 0.71% 0.34% -
HSV(B) 184.46º 0.83% 0.57% -
XYZ 14.53 20.17 30.32 -
YUV 104.54 151.39 71.27 -
System Red Green Blue C M Y K H S L
Decimal 25 137 146 0.83 0.06 0 0.43 184.46 0.71 0.34
Hex 19 89 92 53 6 0 2B B8 47 22
Octal 31 211 222 123 6 0 53 270 107 42
Binary 11001 10001001 10010010 1010011 110 0 101011 10111000 1000111 100010

Color Harmonies of #198992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198992

Black with #198992

Text Example


Text Example

White with #198992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198992; }

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

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

background-color css

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

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

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

border-color css

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

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

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