Html Css Color HEX #198C92 Java

📋 copy color: '#198C92'

red 25 ◦ green 140 ◦ blue 146

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

Shades of Java #198C92

Tints of Java #198C92

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.02%

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

R = 8.04%
G = 45.02%
B = 46.95%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#198C92 (or 0x198C92) is known color: Java. HEX triplet: 19, 8C and 92. RGB value is (25,140,146). Sum of RGB (Red+Green+Blue) = 25+140+146=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #198C92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198C92 is #E6736D. Grayscale: #6A6A6A. Windows color (decimal): -15102830 or 9604121. OLE color: 9604121.

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

Color convert

RGB 25 140 146 -
CMYK 0.83 0.04 0 0.43
HSL 182.98º 0.71% 0.34% -
HSV(B) 182.98º 0.83% 0.57% -
XYZ 14.97 21.04 30.47 -
YUV 106.3 150.4 70.01 -
System Red Green Blue C M Y K H S L
Decimal 25 140 146 0.83 0.04 0 0.43 182.98 0.71 0.34
Hex 19 8C 92 53 4 0 2B B7 47 22
Octal 31 214 222 123 4 0 53 267 107 42
Binary 11001 10001100 10010010 1010011 100 0 101011 10110111 1000111 100010

Color Harmonies of #198C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198C92

Black with #198C92

Text Example


Text Example

White with #198C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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